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

Unified Diff: chrome/test/data/login/saml_api_login.html

Issue 276903002: Remove credentials passing API version 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « chrome/browser/resources/gaia_auth/main.js ('k') | chrome/test/data/login/saml_api_login_v1.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/login/saml_api_login.html
diff --git a/chrome/test/data/login/saml_api_login_v2.html b/chrome/test/data/login/saml_api_login.html
similarity index 94%
rename from chrome/test/data/login/saml_api_login_v2.html
rename to chrome/test/data/login/saml_api_login.html
index 118638ea8fcae20a03b4bb7047aec1f4e3580114..77a48a7a63d7883ca6ecfba9e57e7fcc3ecc9786 100644
--- a/chrome/test/data/login/saml_api_login_v2.html
+++ b/chrome/test/data/login/saml_api_login.html
@@ -10,7 +10,7 @@
return;
var response = event.data.response;
if (response.result != 'initialized' ||
- response.version != 2 ||
+ response.version != 1 ||
response.keyTypes.indexOf('KEY_TYPE_PASSWORD_PLAIN') == -1) {
return;
}
@@ -22,7 +22,7 @@
window.setTimeout(function() {
window.postMessage({
type: 'gaia_saml_api',
- call: {method: 'initialize', requestedVersion: 2}}, '/');
+ call: {method: 'initialize', requestedVersion: 1}}, '/');
}, 0);
}
« no previous file with comments | « chrome/browser/resources/gaia_auth/main.js ('k') | chrome/test/data/login/saml_api_login_v1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698