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

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

Issue 1075273002: Handle ListAccount fetches from within the GaiaCookieManagerService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a test post rebase Created 5 years, 8 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: components/signin/core/browser/signin_tracker.h
diff --git a/components/signin/core/browser/signin_tracker.h b/components/signin/core/browser/signin_tracker.h
index 2dcd5c91c8bbf291acbf1680a1d53efafcd22611..5f82bd001ed9db27d4ee3130c79c01a2b306e89b 100644
--- a/components/signin/core/browser/signin_tracker.h
+++ b/components/signin/core/browser/signin_tracker.h
@@ -10,7 +10,6 @@
#include "components/signin/core/browser/signin_manager.h"
#include "google_apis/gaia/google_service_auth_error.h"
-class AccountReconcilor;
class ProfileOAuth2TokenService;
class SigninClient;
@@ -75,7 +74,6 @@ class SigninTracker : public SigninManagerBase::Observer,
// non-null.
SigninTracker(ProfileOAuth2TokenService* token_service,
SigninManagerBase* signin_manager,
- AccountReconcilor* account_reconcilor,
GaiaCookieManagerService* cookie_manager_service,
SigninClient* client,
Observer* observer);
@@ -100,7 +98,6 @@ class SigninTracker : public SigninManagerBase::Observer,
// The classes whose collective signin status we are tracking.
ProfileOAuth2TokenService* token_service_;
SigninManagerBase* signin_manager_;
- AccountReconcilor* account_reconcilor_;
GaiaCookieManagerService* cookie_manager_service_;
// The client associated with this instance.

Powered by Google App Engine
This is Rietveld 408576698