| Index: chrome/browser/gtk/browser_toolbar_gtk.h
|
| diff --git a/chrome/browser/gtk/browser_toolbar_gtk.h b/chrome/browser/gtk/browser_toolbar_gtk.h
|
| index ebfdc3417de3e95db336721799954cbaa6615efd..945d06c1711388795e56459ac68e91387beab4da 100644
|
| --- a/chrome/browser/gtk/browser_toolbar_gtk.h
|
| +++ b/chrome/browser/gtk/browser_toolbar_gtk.h
|
| @@ -147,6 +147,10 @@ class BrowserToolbarGtk : public CommandUpdater::CommandObserver,
|
| GtkMenuDirectionType dir,
|
| BrowserToolbarGtk* toolbar);
|
|
|
| + // Sometimes we only want to show the location w/o the toolbar buttons (e.g.,
|
| + // in a popup window).
|
| + bool ShouldOnlyShowLocation() const;
|
| +
|
| // Ninebox for the toolbar background
|
| scoped_ptr<NineBox> background_ninebox_;
|
|
|
|
|