| Index: chrome/browser/ui/app_list/search/webstore/webstore_result.cc
|
| diff --git a/chrome/browser/ui/app_list/search/webstore/webstore_result.cc b/chrome/browser/ui/app_list/search/webstore/webstore_result.cc
|
| index 46109674b3804cecc4fd6647c897d668a132182f..889656bc82ed11a582bbe9804599c6104c437918 100644
|
| --- a/chrome/browser/ui/app_list/search/webstore/webstore_result.cc
|
| +++ b/chrome/browser/ui/app_list/search/webstore/webstore_result.cc
|
| @@ -226,11 +226,7 @@ void WebstoreResult::StopObservingInstall() {
|
| }
|
|
|
| void WebstoreResult::OnBeginExtensionInstall(
|
| - const std::string& extension_id,
|
| - const std::string& extension_name,
|
| - const gfx::ImageSkia& installing_icon,
|
| - bool is_app,
|
| - bool is_platform_app) {}
|
| + const ExtensionInstallParams& params) {}
|
|
|
| void WebstoreResult::OnDownloadProgress(const std::string& extension_id,
|
| int percent_downloaded) {
|
|
|