Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1303)

Unified Diff: chrome/browser/ui/views/toolbar_view.h

Issue 10878013: Don't show the zoom bubble when the settings menu is showing on views or GTK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove TODO Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | chrome/browser/ui/views/toolbar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/toolbar_view.h
diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar_view.h
index 1448de3c224e1b045c147030c3a67cb42bd9e77e..41e48b9d75e571efdce121720b46a0c3410a452e 100644
--- a/chrome/browser/ui/views/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar_view.h
@@ -159,6 +159,9 @@ class ToolbarView : public views::AccessiblePaneView,
virtual std::string GetClassName() const OVERRIDE;
virtual bool AcceleratorPressed(const ui::Accelerator& acc) OVERRIDE;
+ // Whether the wrench/hotdogs menus is currently showing.
Kyle Horimoto 2012/08/22 17:31:13 nit: s/menus/menu/
Dan Beam 2012/08/22 17:35:13 Done.
+ bool IsSettingsMenuShowing() const;
+
// The apparent horizontal space between most items, and the vertical padding
// above and below them.
static const int kStandardSpacing;
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | chrome/browser/ui/views/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698