summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_content_browser_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/shell_content_browser_client.h')
-rw-r--r--content/shell/shell_content_browser_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h
index 0a5ef05..45cf7a9 100644
--- a/content/shell/shell_content_browser_client.h
+++ b/content/shell/shell_content_browser_client.h
@@ -29,6 +29,9 @@ class ShellContentBrowserClient : public ContentBrowserClient {
RenderViewHost* render_view_host) OVERRIDE;
virtual void AppendExtraCommandLineSwitches(CommandLine* command_line,
int child_process_id) OVERRIDE;
+ virtual void OverrideWebkitPrefs(RenderViewHost* render_view_host,
+ const GURL& url,
+ webkit_glue::WebPreferences* prefs) OVERRIDE;
virtual void ResourceDispatcherHostCreated() OVERRIDE;
virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
virtual std::string GetDefaultDownloadName() OVERRIDE;