| 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 61486b9a28b483f12e35da14426f0bbfb3f173f1..26d9769122669d17b54046fa56d5e0e9f3086fe2 100644
|
| --- a/content/browser/child_process_security_policy_impl.h
|
| +++ b/content/browser/child_process_security_policy_impl.h
|
| @@ -125,13 +125,6 @@ class CONTENT_EXPORT ChildProcessSecurityPolicyImpl
|
| // request the URL.
|
| bool CanRequestURL(int child_id, const GURL& url);
|
|
|
| - // Returns true if the process is permitted to load pages from
|
| - // the given origin in main frames or subframes.
|
| - // Only might return false if --site-per-process flag is used.
|
| - bool CanLoadPage(int child_id,
|
| - const GURL& url,
|
| - ResourceType resource_type);
|
| -
|
| // Explicit permissions checks for FileSystemURL specified files.
|
| bool CanReadFileSystemFile(int child_id, const storage::FileSystemURL& url);
|
| bool CanWriteFileSystemFile(int child_id, const storage::FileSystemURL& url);
|
|
|