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

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

Issue 11618024: [signin] Support for CrOS and OAuth2AccessTokenConsumer services. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Minor fixes Created 8 years 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_internals_util.cc ('k') | chrome/browser/sync/sync_global_error.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_manager.cc
diff --git a/chrome/browser/signin/signin_manager.cc b/chrome/browser/signin/signin_manager.cc
index 47cbed0ef7a4c396dec96b75e269b647713fd19b..f3ea968a1f8b6d668d94ebe71668b22c35e584a6 100644
--- a/chrome/browser/signin/signin_manager.cc
+++ b/chrome/browser/signin/signin_manager.cc
@@ -281,6 +281,10 @@ void SigninManager::ProvideSecondFactorAccessCode(
last_result_.data.empty());
DCHECK(type_ == SIGNIN_TYPE_CLIENT_LOGIN);
+ NotifyDiagnosticsObservers(SIGNIN_TYPE,
+ SigninTypeToString(SIGNIN_TYPE_CLIENT_LOGIN)
+ + "(with two factor authentication)");
+
client_login_.reset(new GaiaAuthFetcher(this,
GaiaConstants::kChromeSource,
profile_->GetRequestContext()));
« no previous file with comments | « chrome/browser/signin/signin_internals_util.cc ('k') | chrome/browser/sync/sync_global_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698