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

Unified Diff: components/signin/core/browser/account_tracker_service.h

Issue 1245103005: Componentize more signin code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « components/signin/core/browser/BUILD.gn ('k') | components/signin/core/browser/account_tracker_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/account_tracker_service.h
diff --git a/components/signin/core/browser/account_tracker_service.h b/components/signin/core/browser/account_tracker_service.h
index 41cdd918c4abd40a6c1729ad5c58cf45622642e8..0c0c286a8f2302b4b2cc6678e22eace2b6ffbe80 100644
--- a/components/signin/core/browser/account_tracker_service.h
+++ b/components/signin/core/browser/account_tracker_service.h
@@ -25,6 +25,10 @@ namespace base {
class DictionaryValue;
}
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
// AccountTrackerService is a KeyedService that retrieves and caches GAIA
// information about Google Accounts.
class AccountTrackerService : public KeyedService,
@@ -80,6 +84,9 @@ class AccountTrackerService : public KeyedService,
AccountTrackerService();
~AccountTrackerService() override;
+ // Registers the preferences used by AccountTrackerService.
+ static void RegisterPrefs(user_prefs::PrefRegistrySyncable* registry);
+
// KeyedService implementation.
void Shutdown() override;
« no previous file with comments | « components/signin/core/browser/BUILD.gn ('k') | components/signin/core/browser/account_tracker_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698