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 0a5ef051cb3ccb6620d825fe25cae90c25edd44c..45cf7a9a13b425c82202e178936f61e6d23dcef8 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; |