| 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;
|
| }
|
|
|