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

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

Issue 1021383002: cros: Transfer auth cookies for SAML webview sign-in. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/authenticator.js
diff --git a/chrome/browser/resources/gaia_auth_host/authenticator.js b/chrome/browser/resources/gaia_auth_host/authenticator.js
index e2dc8b69d3b1f5ff64cea31a317d3d5f3eb9ff6e..3fbb07f615d99294368554fb2f6c07f8282a2eb7 100644
--- a/chrome/browser/resources/gaia_auth_host/authenticator.js
+++ b/chrome/browser/resources/gaia_auth_host/authenticator.js
@@ -253,7 +253,7 @@ cr.define('cr.login', function() {
if (history.state && history.state.url != url)
history.pushState({url: url}, '');
else
- history.replaceState({url: url});
+ history.replaceState({url: url}, '');
dzhioev_at_google 2015/03/23 23:01:17 Offtop: Do you know what all these history manipul
xiyuan 2015/03/23 23:10:48 It is for desktop chrome where the sign-in UI coul
dzhioev_at_google 2015/03/23 23:54:23 I afraid this can break OOBE/Login somehow. Probab
};
/**

Powered by Google App Engine
This is Rietveld 408576698