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

Unified Diff: chrome/browser/ui/browser_view_prefs.cc

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again, previous had unrelated broken win_rel test. Created 8 years 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 | « chrome/browser/ui/browser_view_prefs.h ('k') | chrome/browser/ui/cocoa/confirm_quit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_view_prefs.cc
diff --git a/chrome/browser/ui/browser_view_prefs.cc b/chrome/browser/ui/browser_view_prefs.cc
index c62ec2495f7a4180a1c23ab8c7e8ac71d582d1ab..1872f9d37e242324ee96beacbd1dcb9a0609809a 100644
--- a/chrome/browser/ui/browser_view_prefs.cc
+++ b/chrome/browser/ui/browser_view_prefs.cc
@@ -19,7 +19,7 @@ const int kDefaultHungPluginDetectFrequency = 2000;
namespace chrome {
-void RegisterBrowserViewPrefs(PrefService* prefs) {
+void RegisterBrowserViewPrefs(PrefServiceSimple* prefs) {
prefs->RegisterIntegerPref(prefs::kPluginMessageResponseTimeout,
kDefaultPluginMessageResponseTimeout);
prefs->RegisterIntegerPref(prefs::kHungPluginDetectFrequency,
« no previous file with comments | « chrome/browser/ui/browser_view_prefs.h ('k') | chrome/browser/ui/cocoa/confirm_quit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698