diff options
author | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 22:52:54 +0000 |
---|---|---|
committer | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 22:52:54 +0000 |
commit | 1790275fe70ec6f824a34632f2101b5256e5d218 (patch) | |
tree | 9877f7b7c8b25d7d2a0d7444e3703614b39663a5 /chrome/browser/extensions/extension_install_ui.cc | |
parent | b32613252ab076e3ac26d7ecb1c5af383de64da1 (diff) | |
download | chromium_src-1790275fe70ec6f824a34632f2101b5256e5d218.zip chromium_src-1790275fe70ec6f824a34632f2101b5256e5d218.tar.gz chromium_src-1790275fe70ec6f824a34632f2101b5256e5d218.tar.bz2 |
Remove obsolete TODO and add a bunch of OVERRIDEs.
R=aa@chromium.org
Review URL: http://codereview.chromium.org/7806009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_install_ui.cc')
-rw-r--r-- | chrome/browser/extensions/extension_install_ui.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_install_ui.cc b/chrome/browser/extensions/extension_install_ui.cc index d0b240d..44c7b5e 100644 --- a/chrome/browser/extensions/extension_install_ui.cc +++ b/chrome/browser/extensions/extension_install_ui.cc @@ -209,8 +209,6 @@ void ExtensionInstallUI::OnImageLoaded( case PERMISSIONS_PROMPT: case RE_ENABLE_PROMPT: case INSTALL_PROMPT: { - // TODO(jcivelli): http://crbug.com/44771 We should not show an install - // dialog when installing an app from the gallery. NotificationService* service = NotificationService::current(); service->Notify(chrome::NOTIFICATION_EXTENSION_WILL_SHOW_CONFIRM_DIALOG, Source<ExtensionInstallUI>(this), |