| Index: chrome/browser/extensions/webstore_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc
|
| index 4bf576ad223dd36fd8559cdc87697448b346d9f6..c8975d123f5503927cb7dfb06977cfd160e75165 100644
|
| --- a/chrome/browser/extensions/webstore_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_installer.cc
|
| @@ -82,7 +82,7 @@ GURL GetWebstoreInstallURL(
|
| params.push_back("installsource=" + install_source);
|
| params.push_back("lang=" + g_browser_process->GetApplicationLocale());
|
| params.push_back("uc");
|
| - std::string url_string = extension_urls::GetWebstoreUpdateUrl(true).spec();
|
| + std::string url_string = extension_urls::GetWebstoreUpdateUrl().spec();
|
|
|
| GURL url(url_string + "?response=redirect&x=" +
|
| net::EscapeQueryParamValue(JoinString(params, '&'), true));
|
|
|