Index: chrome/browser/extensions/webstore_standalone_installer.cc |
diff --git a/chrome/browser/extensions/webstore_standalone_installer.cc b/chrome/browser/extensions/webstore_standalone_installer.cc |
index babe0f3629b490ebc810f314d84b03ef71d9d0fd..5b3ad15745c4e3ac4ebcf06b0a0a5adcf298558f 100644 |
--- a/chrome/browser/extensions/webstore_standalone_installer.cc |
+++ b/chrome/browser/extensions/webstore_standalone_installer.cc |
@@ -349,7 +349,6 @@ void WebstoreStandaloneInstaller::OnWebstoreResponseParseSuccess( |
new WebstoreInstallHelper(this, |
id_, |
manifest, |
- std::string(), // We don't have any icon data. |
icon_url, |
profile_->GetRequestContext()); |
// The helper will call us back via OnWebstoreParseSucces or |