Chromium Code Reviews| Index: chrome/browser/gtk/browser_toolbar_gtk.h |
| =================================================================== |
| --- chrome/browser/gtk/browser_toolbar_gtk.h (revision 14715) |
| +++ chrome/browser/gtk/browser_toolbar_gtk.h (working copy) |
| @@ -44,6 +44,9 @@ |
| // Adds this GTK toolbar into a sizing box. |
| void AddToolbarToBox(GtkWidget* box); |
| + void Show(); |
| + void Hide(); |
| + |
| virtual LocationBar* GetLocationBar() const; |
| GoButtonGtk* GetGoButton() { return go_.get(); } |