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

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

Issue 2753753007: Introduce Identity Service and its initial usage (Closed)
Patch Set: Self-review 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: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 56f8b580c4e91842e53a407a250b96339b95d9c9..54093b9ce0309d2847af68e2365c746b9afa8582 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -196,6 +196,10 @@ class ProfileImpl : public Profile {
std::unique_ptr<domain_reliability::DomainReliabilityMonitor>
CreateDomainReliabilityMonitor(PrefService* local_state);
+ // Creates an instance of the Identity Service for this Profile, populating it
+ // with the appropriate instances of its dependencies.
+ std::unique_ptr<service_manager::Service> CreateIdentityService();
msarda 2017/03/23 10:48:57 Is it the goal to add the services as part of the
blundell 2017/03/24 09:37:59 It's neither a goal nor a non-goal, but is a tool
+
PrefChangeRegistrar pref_change_registrar_;
base::FilePath path_;

Powered by Google App Engine
This is Rietveld 408576698