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); |
} |