| Index: chrome/browser/extensions/webstore_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc
|
| index e78da83565cdf71ed162ab4c68df4e418a64695a..93e5bf5e4582efd215f00dd3183d2a617222b040 100644
|
| --- a/chrome/browser/extensions/webstore_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_installer.cc
|
| @@ -80,7 +80,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().spec();
|
| + std::string url_string = extension_urls::GetWebstoreUpdateUrl(true).spec();
|
|
|
| GURL url(url_string + "?response=redirect&x=" +
|
| net::EscapeQueryParamValue(JoinString(params, '&'), true));
|
|
|