| 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}, '');
|
| };
|
|
|
| /**
|
|
|