| Index: chrome/browser/ui/gtk/browser_toolbar_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/browser_toolbar_gtk.h b/chrome/browser/ui/gtk/browser_toolbar_gtk.h
|
| index 368ef5dcd25581d227c64854c00602bddeb619e4..e8e66172224b03742d7b86c7ce6e80d7abd88e0b 100644
|
| --- a/chrome/browser/ui/gtk/browser_toolbar_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_toolbar_gtk.h
|
| @@ -104,6 +104,9 @@ class BrowserToolbarGtk : public CommandObserver,
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| + // Whether the wrench/hotdogs menu is currently visible to the user.
|
| + bool IsWrenchMenuShowing() const;
|
| +
|
| // Message that we should react to a state change.
|
| void UpdateWebContents(content::WebContents* contents,
|
| bool should_restore_state);
|
|
|