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

Unified Diff: components/prefs/pref_service_factory.cc

Issue 2706383002: DO NOT SUBMIT: Show silent service manager failure (Closed)
Patch Set: Created 3 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
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | components/prefs/pref_value_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/prefs/pref_service_factory.cc
diff --git a/components/prefs/pref_service_factory.cc b/components/prefs/pref_service_factory.cc
index 7b21ae0f164c71c341b5fb9cda99632bce47f33c..88b9b8c854e21b929935b176ea389749b9170f49 100644
--- a/components/prefs/pref_service_factory.cc
+++ b/components/prefs/pref_service_factory.cc
@@ -50,5 +50,6 @@ std::unique_ptr<PrefService> PrefServiceFactory::Create(
user_prefs_.get(), recommended_prefs_.get(),
pref_registry->defaults().get(), pref_notifier),
user_prefs_.get(), pref_registry, read_error_callback_, async_));
+ // TODO(tibell): Connect and register.
return pref_service;
}
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | components/prefs/pref_value_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698