| 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 c4449520d350f2914a28f53248e41e5467f811a0..886dc00e44b5d3760941492768d2091ea660a549 100644
|
| --- a/content/shell/shell_content_browser_client.h
|
| +++ b/content/shell/shell_content_browser_client.h
|
| @@ -133,9 +133,7 @@ class ShellContentBrowserClient : public ContentBrowserClient
|
| virtual speech_input::SpeechInputManager* GetSpeechInputManager() OVERRIDE;
|
| virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
|
| virtual bool IsFastShutdownPossible() OVERRIDE;
|
| - virtual WebPreferences GetWebkitPrefs(
|
| - content::BrowserContext* browser_context,
|
| - bool is_web_ui) OVERRIDE;
|
| + virtual WebPreferences GetWebkitPrefs(RenderViewHost* rvh) OVERRIDE;
|
| virtual void UpdateInspectorSetting(RenderViewHost* rvh,
|
| const std::string& key,
|
| const std::string& value) OVERRIDE;
|
|
|