| 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 3e265593b41ea44d65937af5887ed4b783f6e0c1..6e21fd7a8b1aafd6b8912e9b888ab321045c4d05 100644
|
| --- a/chrome/browser/ui/app_list/search/webstore/webstore_result.cc
|
| +++ b/chrome/browser/ui/app_list/search/webstore/webstore_result.cc
|
| @@ -215,7 +215,10 @@ void WebstoreResult::StartInstall(bool launch_ephemeral_app) {
|
| installer->BeginInstall();
|
| }
|
|
|
| -void WebstoreResult::InstallCallback(bool success, const std::string& error) {
|
| +void WebstoreResult::InstallCallback(
|
| + bool success,
|
| + const std::string& error,
|
| + extensions::webstore_install::Result result) {
|
| if (!success) {
|
| LOG(ERROR) << "Failed to install app, error=" << error;
|
| SetIsInstalling(false);
|
|
|