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

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

Issue 118033003: Do not update url of Chrome signin page for the inital and continue page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e16e474d18d5c245968b19f8bf8405c88279efaa..3138d6d07d525c598a6ea8e0659289ec06bb5c11 100644
--- a/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
+++ b/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
@@ -354,7 +354,7 @@ cr.define('cr.login', function() {
history.pushState({src: msg.src}, '', newUrl);
}
} else {
- history.replaceState({src: msg.src}, '', newUrl);
+ history.replaceState({src: msg.src});
}
return;
}
« no previous file with comments | « chrome/browser/resources/gaia_auth/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698