| Index: chrome/browser/apps/ephemeral_app_launcher.cc
|
| diff --git a/chrome/browser/apps/ephemeral_app_launcher.cc b/chrome/browser/apps/ephemeral_app_launcher.cc
|
| index d4cf4ec8391a7879333e7b521a0af62d874e21c9..44e8dbc4c8935ab24b287913afd057c6af5eeb90 100644
|
| --- a/chrome/browser/apps/ephemeral_app_launcher.cc
|
| +++ b/chrome/browser/apps/ephemeral_app_launcher.cc
|
| @@ -253,8 +253,7 @@ void EphemeralAppLauncher::CompleteInstall(const std::string& error) {
|
| // WebstoreStandaloneInstaller to support this cleanly.
|
| }
|
|
|
| -void EphemeralAppLauncher::WebContentsDestroyed(
|
| - content::WebContents* web_contents) {
|
| +void EphemeralAppLauncher::WebContentsDestroyed() {
|
| AbortInstall();
|
| }
|
|
|
|
|