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

Unified Diff: chrome/browser/prefs/browser_prefs.h

Issue 12315053: Fix prefs registration in SyncPrefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment change. Created 7 years, 10 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
Index: chrome/browser/prefs/browser_prefs.h
diff --git a/chrome/browser/prefs/browser_prefs.h b/chrome/browser/prefs/browser_prefs.h
index be8234d38ca27f49a3d2601a1157f79604784626..0b3aae169ef33b34dc8738caa6002acdab2c44d5 100644
--- a/chrome/browser/prefs/browser_prefs.h
+++ b/chrome/browser/prefs/browser_prefs.h
@@ -16,7 +16,7 @@ namespace chrome {
void RegisterLocalState(PrefRegistrySimple* registry);
// Register all prefs that will be used via a PrefService attached to a Profile.
-void RegisterUserPrefs(PrefService* user_prefs, PrefRegistrySyncable* registry);
+void RegisterUserPrefs(PrefRegistrySyncable* registry);
// Migrates prefs from |local_state| to |profile|'s pref store.
void MigrateBrowserPrefs(Profile* profile, PrefService* local_state);

Powered by Google App Engine
This is Rietveld 408576698