| Index: chrome/browser/extensions/bundle_installer.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/bundle_installer.cc (revision 145357)
|
| +++ chrome/browser/extensions/bundle_installer.cc (working copy)
|
| @@ -272,7 +272,7 @@
|
| // thread hopping.
|
| browser = browser::FindLastActiveWithProfile(profile_);
|
| }
|
| - install_ui_.reset(new ExtensionInstallPrompt(browser));
|
| + install_ui_.reset(chrome::CreateExtensionInstallPromptWithBrowser(browser));
|
| install_ui_->ConfirmBundleInstall(this, permissions);
|
| }
|
| }
|
|
|