summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/browser_window_gtk.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 18:45:03 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-14 18:45:03 +0000
commit5447d10e77193477da4384cb8ff394a2235c4efa (patch)
tree1eb360fcb153b3b640adc366d2c531294e3371a0 /chrome/browser/gtk/browser_window_gtk.h
parentcefebf013ee30d0ec9c3b1a74f09a7f6504b71fc (diff)
downloadchromium_src-5447d10e77193477da4384cb8ff394a2235c4efa.zip
chromium_src-5447d10e77193477da4384cb8ff394a2235c4efa.tar.gz
chromium_src-5447d10e77193477da4384cb8ff394a2235c4efa.tar.bz2
GTK: Don't show extension shelf when it's empty.
this gets rid of a 1 pixel grey line at the bottom of the web contents. Also, do show the extension shelf in fullscreen (matching windows). BUG=none (regression of crbug.com/17324) TEST=one_in_shelf still works Review URL: http://codereview.chromium.org/194094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/browser_window_gtk.h')
-rw-r--r--chrome/browser/gtk/browser_window_gtk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/gtk/browser_window_gtk.h b/chrome/browser/gtk/browser_window_gtk.h
index 4fb84e1..a43e6eb 100644
--- a/chrome/browser/gtk/browser_window_gtk.h
+++ b/chrome/browser/gtk/browser_window_gtk.h
@@ -212,9 +212,6 @@ class BrowserWindowGtk : public BrowserWindow,
// Show or hide the bookmark bar.
void MaybeShowBookmarkBar(TabContents* contents, bool animate);
- // Show or hide the extension shelf.
- void MaybeShowExtensionShelf();
-
// Sets the default size for the window and the the way the user is allowed to
// resize it.
void SetGeometryHints();