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