| 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 0adba6fa3bd006181677fa8c0050bad23b376928..592984cb9f6114c8e9ad313183620e63ec43ab5d 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,
|
|
|