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

Unified Diff: chrome/browser/search_engines/template_url_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/search_engines/template_url_service_factory.cc
diff --git a/chrome/browser/search_engines/template_url_service_factory.cc b/chrome/browser/search_engines/template_url_service_factory.cc
index 30391fe853639a6264b82fc8fb1d6e07d05516d0..915e2750c34bd609083cfe855a6ca100767249d8 100644
--- a/chrome/browser/search_engines/template_url_service_factory.cc
+++ b/chrome/browser/search_engines/template_url_service_factory.cc
@@ -47,7 +47,7 @@ BrowserContextKeyedService* TemplateURLServiceFactory::BuildServiceInstanceFor(
return BuildInstanceFor(static_cast<Profile*>(profile));
}
-void TemplateURLServiceFactory::RegisterUserPrefs(
+void TemplateURLServiceFactory::RegisterProfilePrefs(
user_prefs::PrefRegistrySyncable* registry) {
registry->RegisterStringPref(prefs::kSyncedDefaultSearchProviderGUID,
std::string(),
« no previous file with comments | « chrome/browser/search_engines/template_url_service_factory.h ('k') | chrome/browser/signin/about_signin_internals_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698