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

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

Issue 205703005: Componentize SigninIdAccountHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/signin/signin_manager.h
diff --git a/chrome/browser/signin/signin_manager.h b/chrome/browser/signin/signin_manager.h
index b780d280559c95ca63b715a89b585d20e982b2df..3c789f2df08e2c01b7b1108a1cb883f8b37817e0 100644
--- a/chrome/browser/signin/signin_manager.h
+++ b/chrome/browser/signin/signin_manager.h
@@ -43,7 +43,6 @@
class CookieSettings;
class ProfileIOData;
class PrefService;
-class SigninAccountIdHelper;
class SigninClient;
class SigninManager : public SigninManagerBase,
@@ -205,9 +204,6 @@ class SigninManager : public SigninManagerBase,
std::string possibly_invalid_username_;
std::string password_; // This is kept empty whenever possible.
- // Fetcher for the obfuscated user id.
- scoped_ptr<SigninAccountIdHelper> account_id_helper_;
-
// The type of sign being performed. This value is valid only between a call
// to one of the StartSigninXXX methods and when the sign in is either
// successful or not.

Powered by Google App Engine
This is Rietveld 408576698