diff options
Diffstat (limited to 'content/shell/shell_devtools_delegate.h')
-rw-r--r-- | content/shell/shell_devtools_delegate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/shell_devtools_delegate.h b/content/shell/shell_devtools_delegate.h index 2f37439..36f2af3 100644 --- a/content/shell/shell_devtools_delegate.h +++ b/content/shell/shell_devtools_delegate.h @@ -30,7 +30,6 @@ class ShellDevToolsDelegate : public content::DevToolsHttpHandlerDelegate { // DevToolsHttpProtocolHandler::Delegate overrides. virtual std::string GetDiscoveryPageHTML() OVERRIDE; - virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE; virtual bool BundlesFrontendResources() OVERRIDE; virtual std::string GetFrontendResourcesBaseURL() OVERRIDE; |