diff options
Diffstat (limited to 'components/autofill/browser/wallet/wallet_service_url.cc')
-rw-r--r-- | components/autofill/browser/wallet/wallet_service_url.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/autofill/browser/wallet/wallet_service_url.cc b/components/autofill/browser/wallet/wallet_service_url.cc index e1d9ed2..17e3f41 100644 --- a/components/autofill/browser/wallet/wallet_service_url.cc +++ b/components/autofill/browser/wallet/wallet_service_url.cc @@ -120,8 +120,8 @@ GURL GetEscrowUrl() { GURL GetSignInUrl() { GURL url(GaiaUrls::GetInstance()->service_login_url()); - url = net::AppendQueryParameter(url, "service", "sierra"); - url = net::AppendQueryParameter(url, "btmpl", "popup"); + url = net::AppendQueryParameter(url, "service", "toolbar"); + url = net::AppendQueryParameter(url, "nui", "1"); url = net::AppendQueryParameter(url, "continue", GetSignInContinueUrl().spec()); |