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

Unified Diff: chrome/browser/signin/signin_tracker.h

Issue 71723002: This is the second CL of several that will eventually replace TokenService with (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 1 month 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/signin/signin_manager_unittest.cc ('k') | chrome/browser/signin/token_service_unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_tracker.h
diff --git a/chrome/browser/signin/signin_tracker.h b/chrome/browser/signin/signin_tracker.h
index 51d8cdd071647d20813b02e93b6c6a0f2aee739b..390a945f3a79ecaaee8ec3f3ac482da2c2f01692 100644
--- a/chrome/browser/signin/signin_tracker.h
+++ b/chrome/browser/signin/signin_tracker.h
@@ -39,16 +39,13 @@ class Profile;
// SigninTracker, SigninManager only knows about the GAIA login state and is
// not aware of the state of any signed in services.
//
-// TokenService - Uses credentials provided by SigninManager to generate tokens
-// for all signed-in services in Chrome.
-//
// OAuth2TokenService - Maintains and manages OAuth2 tokens for the accounts
// connected to this profile.
//
// ProfileSyncService - Provides the external API for interacting with the
-// sync framework. Listens for notifications from the TokenService to know
-// when to startup sync, and provides an Observer interface to notify the UI
-// layer of changes in sync state so they can be reflected in the UI.
+// sync framework. Listens for notifications for tokens to know when to startup
+// sync, and provides an Observer interface to notify the UI layer of changes
+// in sync state so they can be reflected in the UI.
class SigninTracker : public content::NotificationObserver,
public OAuth2TokenService::Observer {
public:
« no previous file with comments | « chrome/browser/signin/signin_manager_unittest.cc ('k') | chrome/browser/signin/token_service_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698