| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index e56f587bcd9d8d23ca8021aee2ebf9024e6e32af..4d4f1ad5c70b7d1daab950bf1ba176bac46b7c28 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -297,8 +297,7 @@ class ContentBrowserClient {
|
| virtual bool IsFastShutdownPossible() = 0;
|
|
|
| // Returns the WebKit preferences that are used by the renderer.
|
| - virtual WebPreferences GetWebkitPrefs(BrowserContext* browser_context,
|
| - bool is_web_ui) = 0;
|
| + virtual WebPreferences GetWebkitPrefs(RenderViewHost* render_view_host) = 0;
|
|
|
| // Inspector setting was changed and should be persisted.
|
| virtual void UpdateInspectorSetting(RenderViewHost* rvh,
|
|
|