| 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 ce0a6095fa8a2388a1c27257c27af852be7021b8..cb3eeab3bab8c90b6ee4c93b93471cb9bba97297 100644
|
| --- a/content/browser/child_process_security_policy_impl.h
|
| +++ b/content/browser/child_process_security_policy_impl.h
|
| @@ -48,6 +48,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
|
|
|