| Index: chrome/browser/extensions/webstore_inline_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_inline_installer.cc b/chrome/browser/extensions/webstore_inline_installer.cc
|
| index 0d0b8973d55d140c0396899233ff8ca79096a1a6..f857f948e4affe66417ba2efcef73d4e3cf758cd 100644
|
| --- a/chrome/browser/extensions/webstore_inline_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_inline_installer.cc
|
| @@ -158,8 +158,7 @@ bool WebstoreInlineInstaller::CheckRequestorPermitted(
|
| // Private implementation.
|
| //
|
|
|
| -void WebstoreInlineInstaller::WebContentsDestroyed(
|
| - content::WebContents* web_contents) {
|
| +void WebstoreInlineInstaller::WebContentsDestroyed() {
|
| AbortInstall();
|
| }
|
|
|
|
|