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

Unified Diff: chrome/browser/signin/google_auto_login_helper.cc

Issue 131973004: Eliminate usage of PO2TS::GetPrimaryAccountID() in UbertokenFetcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/google_auto_login_helper.cc
diff --git a/chrome/browser/signin/google_auto_login_helper.cc b/chrome/browser/signin/google_auto_login_helper.cc
index 1cf1cf2ec6ea914048a4a7ed6a04ee8cf87e14bf..2014803e1fa358524b616c1cd4aa9c4a45fc7ede 100644
--- a/chrome/browser/signin/google_auto_login_helper.cc
+++ b/chrome/browser/signin/google_auto_login_helper.cc
@@ -16,13 +16,6 @@ GoogleAutoLoginHelper::~GoogleAutoLoginHelper() {
DCHECK(accounts_.empty());
}
-void GoogleAutoLoginHelper::LogIn() {
- // This is the code path for non-mirror world.
- uber_token_fetcher_.reset(CreateNewUbertokenFetcher());
- uber_token_fetcher_->StartFetchingToken();
- DCHECK(accounts_.empty());
-}
-
void GoogleAutoLoginHelper::LogIn(const std::string& account_id) {
if (uber_token_fetcher_.get()) {
blundell 2014/01/09 16:44:07 Is there anything I can do to preserve the DCHECK
Roger Tawa OOO till Jul 10th 2014/01/10 00:08:14 No need. When I land https://codereview.chromium.
accounts_.push_back(account_id);

Powered by Google App Engine
This is Rietveld 408576698