Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: chrome/browser/extensions/webstore_standalone_installer.cc

Issue 145873003: Fix for 165634 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698