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

Unified Diff: services/preferences/public/cpp/pref_service_factory.h

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
Index: services/preferences/public/cpp/pref_service_factory.h
diff --git a/services/preferences/public/cpp/pref_service_factory.h b/services/preferences/public/cpp/pref_service_factory.h
index 04234359d95e8a9ef138ad2453f8c13a59327bcc..d3aca7d0520a0b277699016a4d2175ec710944f4 100644
--- a/services/preferences/public/cpp/pref_service_factory.h
+++ b/services/preferences/public/cpp/pref_service_factory.h
@@ -35,11 +35,10 @@ using ConnectCallback = base::Callback<void(std::unique_ptr<::PrefService>)>;
// asynchronous and |callback| will be called when it has been established. All
// preferences that will be accessed need to be registered in |pref_registry|
// first.
-void ConnectToPrefService(
- service_manager::Connector* connector,
- scoped_refptr<PrefRegistry> pref_registry,
- ConnectCallback callback,
- base::StringPiece service_name = mojom::kPrefStoreServiceName);
+void ConnectToPrefService(service_manager::Connector* connector,
+ scoped_refptr<PrefRegistry> pref_registry,
+ ConnectCallback callback,
+ base::StringPiece service_name = mojom::kServiceName);
} // namespace prefs
« no previous file with comments | « services/preferences/public/cpp/pref_client_store.cc ('k') | services/preferences/public/cpp/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698