Index: chrome/browser/extensions/extension_management_api.cc |
diff --git a/chrome/browser/extensions/extension_management_api.cc b/chrome/browser/extensions/extension_management_api.cc |
index b22ba2f5a88ac7a37b9c5fa2ed3798d967902857..a24c9e251a24f5dcb0986c71ac6af9eab038f301 100644 |
--- a/chrome/browser/extensions/extension_management_api.cc |
+++ b/chrome/browser/extensions/extension_management_api.cc |
@@ -382,8 +382,8 @@ bool SetEnabledFunction::RunImpl() { |
return false; |
} |
AddRef(); // Matched in InstallUIProceed/InstallUIAbort |
- install_ui_.reset(new ExtensionInstallUI(profile_)); |
- install_ui_->ConfirmReEnable(this, extension); |
+ install_prompt_.reset(new ExtensionInstallPrompt(profile_)); |
+ install_prompt_->ConfirmReEnable(this, extension); |
return true; |
} |
service()->EnableExtension(extension_id_); |