summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_bar_gtk.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 20:20:14 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 20:20:14 +0000
commit9c1a794e4b6c9d3ffca49889958ff381ecb82e32 (patch)
treec5cc3b92a3a36dbd80dc93c5672a7a3aeebef735 /chrome/browser/gtk/bookmark_bar_gtk.h
parent05f986e64a1b3b1803c5213e57c08f10cfe1366b (diff)
downloadchromium_src-9c1a794e4b6c9d3ffca49889958ff381ecb82e32.zip
chromium_src-9c1a794e4b6c9d3ffca49889958ff381ecb82e32.tar.gz
chromium_src-9c1a794e4b6c9d3ffca49889958ff381ecb82e32.tar.bz2
GTK: Don't show bookmark bar remnants in fullscreen mode.
BUG=21742 Review URL: http://codereview.chromium.org/200124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26152 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/bookmark_bar_gtk.h')
-rw-r--r--chrome/browser/gtk/bookmark_bar_gtk.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/chrome/browser/gtk/bookmark_bar_gtk.h b/chrome/browser/gtk/bookmark_bar_gtk.h
index c7cb22d..65c7d82 100644
--- a/chrome/browser/gtk/bookmark_bar_gtk.h
+++ b/chrome/browser/gtk/bookmark_bar_gtk.h
@@ -62,9 +62,16 @@ class BookmarkBarGtk : public AnimationDelegate,
bool OnNewTabPage();
// Change the visibility of the bookmarks bar. (Starts out hidden, per GTK's
- // default behaviour).
+ // default behaviour). There are three visiblity states:
+ //
+ // Showing - bookmark bar is fully visible.
+ // Hidden - bookmark bar is hidden except for a few pixels that give
+ // extra padding to the bottom of the toolbar. Buttons are not
+ // clickable.
+ // Fullscreen - bookmark bar is fully hidden.
void Show(bool animate);
void Hide(bool animate);
+ void EnterFullscreen();
// Get the current height of the bookmark bar.
int GetHeight();