diff options
Diffstat (limited to 'chrome/browser/child_process_security_policy.h')
-rw-r--r-- | chrome/browser/child_process_security_policy.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/child_process_security_policy.h b/chrome/browser/child_process_security_policy.h index fc8814a..b70dc25 100644 --- a/chrome/browser/child_process_security_policy.h +++ b/chrome/browser/child_process_security_policy.h @@ -84,11 +84,6 @@ class ChildProcessSecurityPolicy { // scheme. void GrantScheme(int renderer_id, const std::string& scheme); - // Whenever the browser processes commands the renderer to run web inspector, - // it should call this method to grant the renderer process the capability to - // run the inspector. - void GrantInspectElement(int renderer_id); - // Grant this renderer the ability to use DOM UI Bindings. void GrantDOMUIBindings(int renderer_id); |