| Index: content/browser/child_process_security_policy_impl.h
|
| diff --git a/content/browser/child_process_security_policy_impl.h b/content/browser/child_process_security_policy_impl.h
|
| index 93ac973faa7f7ca115398d83a765b1ff38b825fc..b6898c496be6f22ae23d5b05cf4b72ac6a18b7f0 100644
|
| --- a/content/browser/child_process_security_policy_impl.h
|
| +++ b/content/browser/child_process_security_policy_impl.h
|
| @@ -47,6 +47,9 @@ class CONTENT_EXPORT ChildProcessSecurityPolicyImpl
|
| virtual bool CanReadFile(int child_id, const FilePath& file) OVERRIDE;
|
| virtual bool CanReadFileSystem(int child_id,
|
| const std::string& filesystem_id) OVERRIDE;
|
| + virtual bool CanReadWriteFileSystem(
|
| + int child_id,
|
| + const std::string& filesystem_id) OVERRIDE;
|
|
|
| // Pseudo schemes are treated differently than other schemes because they
|
| // cannot be requested like normal URLs. There is no mechanism for revoking
|
|
|