summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/browser_actions_container.h
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-06 23:48:54 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-06 23:48:54 +0000
commit706197adc80edd1b1b73a6eea38a5b080609b103 (patch)
tree9b5ed9d55107366ad484ec1802ab938a51e13a22 /chrome/browser/views/browser_actions_container.h
parentfd01250e35bb184937b3fe439d2d7ffc0d96c15f (diff)
downloadchromium_src-706197adc80edd1b1b73a6eea38a5b080609b103.zip
chromium_src-706197adc80edd1b1b73a6eea38a5b080609b103.tar.gz
chromium_src-706197adc80edd1b1b73a6eea38a5b080609b103.tar.bz2
Revert 31322 - Extension Installed InfoBubble
This creates UI feedback upon successful installation of an extension. An InfoBubble is shown containing the install icon and some information about how to manage extensions. TEST=Install a packaged extension. Verify the InfoBubble is shown, with the install icon and some description. The InfoBubble should disappear when the bubble looses focus (click elsewhere). For a browserAction, the bubble should point to the browserAction icon. For a pageAction **that has a "default_icon" set in it's manifest (see the samples/subscribe_page_action in this CL)**, it should point to a temporarily shown pageAction icon that will be hidden when the bubble closes. Otherwise it should point to the wrench menu. BUG=21412 Review URL: http://codereview.chromium.org/362022 TBR=rafaelw@chromium.org Review URL: http://codereview.chromium.org/375019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31326 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/browser_actions_container.h')
-rw-r--r--chrome/browser/views/browser_actions_container.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/views/browser_actions_container.h b/chrome/browser/views/browser_actions_container.h
index cd308c2..a3ba6fe 100644
--- a/chrome/browser/views/browser_actions_container.h
+++ b/chrome/browser/views/browser_actions_container.h
@@ -152,9 +152,6 @@ class BrowserActionsContainer : public views::View,
return browser_action_views_[index];
}
- // Retrieve the BrowserActionView for |extension|.
- BrowserActionView* GetBrowserActionView(Extension* extension);
-
// Update the views to reflect the state of the browser action icons.
void RefreshBrowserActionViews();