summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_bar_gtk.h
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-08 03:37:50 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-08 03:37:50 +0000
commit33d396b083d7096f7c44ea76fd4a6765dec75d87 (patch)
tree4f32d32750c5207438c7cd1a2d1ae48944c7c2ab /chrome/browser/gtk/bookmark_bar_gtk.h
parent8d80d2d63503442e05c243a2d8bcf61de751434c (diff)
downloadchromium_src-33d396b083d7096f7c44ea76fd4a6765dec75d87.zip
chromium_src-33d396b083d7096f7c44ea76fd4a6765dec75d87.tar.gz
chromium_src-33d396b083d7096f7c44ea76fd4a6765dec75d87.tar.bz2
Add tab menu item to show/hide toolbar for app tabs
Also, never show bookmarks bar on app tabs. BUG=45540 Review URL: http://codereview.chromium.org/2854038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/bookmark_bar_gtk.h')
-rw-r--r--chrome/browser/gtk/bookmark_bar_gtk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/gtk/bookmark_bar_gtk.h b/chrome/browser/gtk/bookmark_bar_gtk.h
index b00d61a..a70b361 100644
--- a/chrome/browser/gtk/bookmark_bar_gtk.h
+++ b/chrome/browser/gtk/bookmark_bar_gtk.h
@@ -77,6 +77,9 @@ class BookmarkBarGtk : public AnimationDelegate,
// rendering).
bool OnNewTabPage();
+ // True if we're on an extension apps page.
+ bool OnAppsPage() const;
+
// Change the visibility of the bookmarks bar. (Starts out hidden, per GTK's
// default behaviour). There are three visiblity states:
//