Index: content/shell/shell_content_browser_client.h |
diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h |
index a130d89f1a3e42d00d45370bd5316e113f33c0c0..a60a3dfc573431fa7932801ff0664a95623cebce 100644 |
--- a/content/shell/shell_content_browser_client.h |
+++ b/content/shell/shell_content_browser_client.h |
@@ -27,6 +27,7 @@ class ShellContentBrowserClient : public ContentBrowserClient { |
virtual BrowserMainParts* CreateBrowserMainParts( |
const MainFunctionParams& parameters) OVERRIDE; |
virtual void RenderProcessHostCreated(RenderProcessHost* host) OVERRIDE; |
+ virtual bool IsHandledURL(const GURL& url) OVERRIDE; |
virtual void AppendExtraCommandLineSwitches(CommandLine* command_line, |
int child_process_id) OVERRIDE; |
virtual void OverrideWebkitPrefs(RenderViewHost* render_view_host, |