diff options
Diffstat (limited to 'chrome/browser/views/extensions/extension_install_prompt.cc')
-rw-r--r-- | chrome/browser/views/extensions/extension_install_prompt.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/views/extensions/extension_install_prompt.cc b/chrome/browser/views/extensions/extension_install_prompt.cc index af9c540..f75b557 100644 --- a/chrome/browser/views/extensions/extension_install_prompt.cc +++ b/chrome/browser/views/extensions/extension_install_prompt.cc @@ -74,9 +74,7 @@ class InstallDialogContent : public views::View, public views::DialogDelegate { } virtual bool Accept() { - // We don't support shortcut creation from this dialog anymore. - // TODO(aa): Remove this param from ExtensionInstallUI::Delegate. - delegate_->InstallUIProceed(false); + delegate_->InstallUIProceed(); return true; } @@ -85,7 +83,6 @@ class InstallDialogContent : public views::View, public views::DialogDelegate { return true; } - // WindowDelegate virtual bool IsModal() const { return true; } virtual std::wstring GetWindowTitle() const { |