Index: chrome/browser/extensions/webstore_installer.cc |
diff --git a/chrome/browser/extensions/webstore_installer.cc b/chrome/browser/extensions/webstore_installer.cc |
index 9b221336795426f374b975d4f91bf42156121f7a..5a15ea5b9f835323351b73b7e71faf4d7c626ea2 100644 |
--- a/chrome/browser/extensions/webstore_installer.cc |
+++ b/chrome/browser/extensions/webstore_installer.cc |
@@ -78,7 +78,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)); |