| Index: chrome/browser/extensions/webstore_standalone_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_standalone_installer.cc b/chrome/browser/extensions/webstore_standalone_installer.cc
|
| index c457b80fbba77a493ac09ae585b05d6446279d4b..d01fc27a7f1b0272c6b8b3ed279f50399f0de524 100644
|
| --- a/chrome/browser/extensions/webstore_standalone_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_standalone_installer.cc
|
| @@ -252,12 +252,7 @@ void WebstoreStandaloneInstaller::InstallUIProceed() {
|
| scoped_ptr<WebstoreInstaller::Approval> approval = CreateApproval();
|
|
|
| scoped_refptr<WebstoreInstaller> installer = new WebstoreInstaller(
|
| - profile_,
|
| - this,
|
| - &(GetWebContents()->GetController()),
|
| - id_,
|
| - approval.Pass(),
|
| - install_source_);
|
| + profile_, this, GetWebContents(), id_, approval.Pass(), install_source_);
|
| installer->Start();
|
| }
|
|
|
|
|