From 33d396b083d7096f7c44ea76fd4a6765dec75d87 Mon Sep 17 00:00:00 2001 From: "rafaelw@chromium.org" Date: Thu, 8 Jul 2010 03:37:50 +0000 Subject: 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 --- chrome/browser/gtk/bookmark_bar_gtk.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/gtk/bookmark_bar_gtk.h') 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: // -- cgit v1.1