summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/browser_window_gtk.h
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-12 02:17:02 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-12 02:17:02 +0000
commit9bfc63e0edac4526a7f08618b63284f00d5156f7 (patch)
tree1a9ebd8da5b0296f35c01648e3c91b3057e8ac66 /chrome/browser/gtk/browser_window_gtk.h
parentc2087f544ab913685e8a90ea377ec93f736bff2f (diff)
downloadchromium_src-9bfc63e0edac4526a7f08618b63284f00d5156f7.zip
chromium_src-9bfc63e0edac4526a7f08618b63284f00d5156f7.tar.gz
chromium_src-9bfc63e0edac4526a7f08618b63284f00d5156f7.tar.bz2
Implement Linux/GTK ExtensionInstalledBubble
BUG=26973 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. Review URL: http://codereview.chromium.org/547010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35989 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/browser_window_gtk.h')
-rw-r--r--chrome/browser/gtk/browser_window_gtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/gtk/browser_window_gtk.h b/chrome/browser/gtk/browser_window_gtk.h
index b379408..81eeb35 100644
--- a/chrome/browser/gtk/browser_window_gtk.h
+++ b/chrome/browser/gtk/browser_window_gtk.h
@@ -196,6 +196,8 @@ class BrowserWindowGtk : public BrowserWindow,
GtkWindow* window() const { return window_; }
+ BrowserToolbarGtk* GetToolbar() { return toolbar_.get(); }
+
gfx::Rect bounds() const { return bounds_; }
// Make changes necessary when the floating state of the bookmark bar changes.