| 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 44431b9490e4d516189fa2b17eddcd9d5e78f363..61be03793ac7ed52141326ace01531dca6911807 100644
|
| --- a/content/shell/shell_content_browser_client.h
|
| +++ b/content/shell/shell_content_browser_client.h
|
| @@ -42,6 +42,7 @@ class ShellContentBrowserClient : public ContentBrowserClient,
|
| const base::FilePath& partition_path,
|
| bool in_memory,
|
| ProtocolHandlerMap* protocol_handlers) 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,
|
|
|