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

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 2778733003: Pref service: delete old implementation (Closed)
Patch Set: Fix missed merge Created 3 years, 9 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 | « chrome/browser/prefs/profile_pref_store_manager_unittest.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index caa264a484580c36dfcc3ac629a1c7e0a65889fa..36801bd38147604a21b4a8222d4f0ce2dc7836dc 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -1073,7 +1073,7 @@ void ProfileImpl::RegisterInProcessServices(StaticServiceMap* services) {
make_scoped_refptr(content::BrowserThread::GetBlockingPool()));
info.task_runner = content::BrowserThread::GetTaskRunnerForThread(
content::BrowserThread::IO);
- services->insert(std::make_pair(prefs::mojom::kPrefStoreServiceName, info));
+ services->insert(std::make_pair(prefs::mojom::kServiceName, info));
}
content::ServiceInfo identity_service_info;
« no previous file with comments | « chrome/browser/prefs/profile_pref_store_manager_unittest.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698