Chromium Code Reviews| 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
|
| }; |
| /** |