Chromium Code Reviews| Index: chrome/browser/extensions/unpacked_installer.cc |
| diff --git a/chrome/browser/extensions/unpacked_installer.cc b/chrome/browser/extensions/unpacked_installer.cc |
| index 298d3ba6f66e892f32973beea26d5ba1defe3cc9..22c79431a58eeba487a7c349d31ab4f1c9184679 100644 |
| --- a/chrome/browser/extensions/unpacked_installer.cc |
| +++ b/chrome/browser/extensions/unpacked_installer.cc |
| @@ -61,7 +61,8 @@ SimpleExtensionLoadPrompt::~SimpleExtensionLoadPrompt() { |
| } |
| void SimpleExtensionLoadPrompt::ShowPrompt() { |
| - install_ui_->ConfirmInstall(this, extension_); |
| + install_ui_->ConfirmInstall( |
| + this, extension_, ExtensionInstallPrompt::ShowDialogCallback()); |
|
Greg Billock
2012/10/03 17:20:35
This is (also) where the impl method callback woul
sail
2012/10/03 20:24:29
Done.
Those two were it. Both of them updated.
|
| } |
| void SimpleExtensionLoadPrompt::InstallUIProceed() { |