| 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 82111ef7637bca6c8583a05a34f2747dbeb49040..d0f4c70605d6646142021d2519bf6fc0a98287c3 100644
|
| --- a/chrome/browser/apps/ephemeral_app_launcher.cc
|
| +++ b/chrome/browser/apps/ephemeral_app_launcher.cc
|
| @@ -252,8 +252,7 @@ void EphemeralAppLauncher::CompleteInstall(const std::string& error) {
|
| // WebstoreStandaloneInstaller to support this cleanly.
|
| }
|
|
|
| -void EphemeralAppLauncher::WebContentsDestroyed(
|
| - content::WebContents* web_contents) {
|
| +void EphemeralAppLauncher::WebContentsDestroyed() {
|
| AbortInstall();
|
| }
|
|
|
|
|