diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 00:19:31 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 00:19:31 +0000 |
commit | f4ea11288982f7b94ad7a7780cf0aa1a08e29509 (patch) | |
tree | ffb3e5ef8aa56511216b67cecc03f6ddc44d0e40 /chrome/browser/views/theme_install_bubble_view.cc | |
parent | a6d953ed61489bec9075f7441df3c2d559946de1 (diff) | |
download | chromium_src-f4ea11288982f7b94ad7a7780cf0aa1a08e29509.zip chromium_src-f4ea11288982f7b94ad7a7780cf0aa1a08e29509.tar.gz chromium_src-f4ea11288982f7b94ad7a7780cf0aa1a08e29509.tar.bz2 |
Add a browser test for extensions autoupdate.
BUG=17826,19403
TEST=none
Review URL: http://codereview.chromium.org/270019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28923 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/theme_install_bubble_view.cc')
-rw-r--r-- | chrome/browser/views/theme_install_bubble_view.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/views/theme_install_bubble_view.cc b/chrome/browser/views/theme_install_bubble_view.cc index 4920476..7470280 100644 --- a/chrome/browser/views/theme_install_bubble_view.cc +++ b/chrome/browser/views/theme_install_bubble_view.cc @@ -48,7 +48,10 @@ ThemeInstallBubbleView::ThemeInstallBubbleView(TabContents* tab_contents) this, NotificationType::EXTENSION_INSTALLED, NotificationService::AllSources()); - + registrar_.Add( + this, + NotificationType::EXTENSION_INSTALL_ERROR, + NotificationService::AllSources()); gfx::Rect rc(0, 0, 0, 0); popup_ = new views::WidgetWin; popup_->set_window_style(WS_POPUP); |