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

Unified Diff: chrome/browser/resources/gaia_auth_host/gaia_auth_host.js

Issue 145073003: Indicate which authentication flow was used in UserContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Speculative fix for telemetry. 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/resources/gaia_auth_host/gaia_auth_host.js
diff --git a/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js b/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
index c77ea9b84eec5f6ad68f6424b7c869e2ac3c42b3..15f70f39e640bbc43161f021ac4d8d500877a9ef 100644
--- a/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
+++ b/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
@@ -355,6 +355,7 @@ cr.define('cr.login', function() {
password: msg.password || this.password_,
authCode: msg.authCode,
useOffline: msg.method == 'offlineLogin',
+ usingSAML: msg.usingSAML || false,
chooseWhatToSync: this.chooseWhatToSync_,
skipForNow: msg.skipForNow || false });
return;
« no previous file with comments | « chrome/browser/resources/gaia_auth/main.js ('k') | chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698