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

Unified Diff: chrome/browser/invalidation/invalidation_service_factory.cc

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
Index: chrome/browser/invalidation/invalidation_service_factory.cc
diff --git a/chrome/browser/invalidation/invalidation_service_factory.cc b/chrome/browser/invalidation/invalidation_service_factory.cc
index 208541776e98f6737c8b02815402a33c84e83c63..741e6fb216b93b8049db569ec3528a55da1b0cf8 100644
--- a/chrome/browser/invalidation/invalidation_service_factory.cc
+++ b/chrome/browser/invalidation/invalidation_service_factory.cc
@@ -105,9 +105,9 @@ BrowserContextKeyedService* InvalidationServiceFactory::BuildServiceInstanceFor(
#endif
}
-void InvalidationServiceFactory::RegisterUserPrefs(
+void InvalidationServiceFactory::RegisterProfilePrefs(
user_prefs::PrefRegistrySyncable* registry) {
- InvalidatorStorage::RegisterUserPrefs(registry);
+ InvalidatorStorage::RegisterProfilePrefs(registry);
}
} // namespace invalidation
« no previous file with comments | « chrome/browser/invalidation/invalidation_service_factory.h ('k') | chrome/browser/invalidation/invalidator_storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698