diff options
Diffstat (limited to 'content/public/browser/child_process_security_policy.h')
-rw-r--r-- | content/public/browser/child_process_security_policy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/public/browser/child_process_security_policy.h b/content/public/browser/child_process_security_policy.h index f42f45d..22a3d7e 100644 --- a/content/public/browser/child_process_security_policy.h +++ b/content/public/browser/child_process_security_policy.h @@ -58,8 +58,6 @@ class ChildProcessSecurityPolicy { // browser should call this method to determine whether the process has the // capability to upload the requested file. virtual bool CanReadFile(int child_id, const base::FilePath& file) = 0; - virtual bool CanWriteFile(int child_id, const base::FilePath& file) = 0; - virtual bool CanCreateFile(int child_id, const base::FilePath& file) = 0; virtual bool CanCreateReadWriteFile(int child_id, const base::FilePath& file) = 0; |