Index: content/shell/browser/shell_content_browser_client.h |
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h |
index fbc7e25cac075ffca8bb670db024eefa41bec788..ce96d2c6bee6cecf4a199e382fe7c06cbf55c2fd 100644 |
--- a/content/shell/browser/shell_content_browser_client.h |
+++ b/content/shell/browser/shell_content_browser_client.h |
@@ -75,6 +75,7 @@ class ShellContentBrowserClient : public ContentBrowserClient { |
virtual bool ShouldSwapProcessesForRedirect(ResourceContext* resource_context, |
const GURL& current_url, |
const GURL& new_url) OVERRIDE; |
+ virtual DevToolsManagerDelegate* GetDevToolsManagerDelegate() OVERRIDE; |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
virtual void GetAdditionalMappedFilesForChildProcess( |