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 770b81ed2fdd412b553752c2bb5b058693208e96..93480ad6b32273f44d60063c408516bb48d392e0 100644 |
--- a/content/browser/child_process_security_policy_impl.h |
+++ b/content/browser/child_process_security_policy_impl.h |
@@ -54,6 +54,9 @@ class CONTENT_EXPORT ChildProcessSecurityPolicyImpl |
virtual void GrantCreateFileForFileSystem( |
int child_id, |
const std::string& filesystem_id) OVERRIDE; |
+ virtual void GrantCreateReadWriteFileSystem( |
+ int child_id, |
+ const std::string& filesystem_id) OVERRIDE; |
virtual void GrantCopyIntoFileSystem( |
int child_id, |
const std::string& filesystem_id) OVERRIDE; |
@@ -75,10 +78,6 @@ class CONTENT_EXPORT ChildProcessSecurityPolicyImpl |
int child_id, |
const std::string& filesystem_id) OVERRIDE; |
- void GrantCreateReadWriteFileSystem( |
- int child_id, |
- const std::string& filesystem_id); |
- |
// Pseudo schemes are treated differently than other schemes because they |
// cannot be requested like normal URLs. There is no mechanism for revoking |
// pseudo schemes. |