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

Unified Diff: apps/prefs.h

Issue 18199003: Allow Chrome OS login profile to have different default pref values (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 5 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 | « no previous file | apps/prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/prefs.h
diff --git a/apps/prefs.h b/apps/prefs.h
index 69cb53559ea2b6d6ed4e2da644f0d35f4d00347b..8fee0cee5e35c67fb85ab3a2501063d68fc5826c 100644
--- a/apps/prefs.h
+++ b/apps/prefs.h
@@ -17,7 +17,7 @@ namespace apps {
void RegisterPrefs(PrefRegistrySimple* registry);
// Register per-profile preferences for the apps system.
-void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
+void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
} // namespace apps
« no previous file with comments | « no previous file | apps/prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698