Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(936)

Unified Diff: content/public/browser/content_browser_client.h

Issue 8403024: Set extension-related webkit preferences in a common location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove is_web_ui param Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | content/shell/shell_content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | content/shell/shell_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698