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

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

Issue 317093002: Show confirmation dialog for unsecure signin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 e835e20e79993e9c06e4b320f64fbae1e28cc766..dd3213ba57933b57e772f048e7698966d948ec14 100644
--- a/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
+++ b/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
@@ -350,7 +350,9 @@ cr.define('cr.login', function() {
usingSAML: msg.usingSAML || false,
chooseWhatToSync: msg.chooseWhatToSync,
skipForNow: msg.skipForNow || false,
- sessionIndex: msg.sessionIndex || ''});
+ sessionIndex: msg.sessionIndex || '',
+ confirmUntrustedSignin:
+ msg.confirmUntrustedSignin || false});
return;
}

Powered by Google App Engine
This is Rietveld 408576698