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

Unified Diff: chrome/browser/cocoa/menu_tracked_button.h

Issue 3183013: [Mac] Don't close the Wrench menu after using the zoom buttons if the menu was opened sticky. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: nits Created 10 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 | « no previous file | chrome/browser/cocoa/menu_tracked_button.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/menu_tracked_button.h
diff --git a/chrome/browser/cocoa/menu_tracked_button.h b/chrome/browser/cocoa/menu_tracked_button.h
index df42255fd9b94c828ed900f267feb30732c281ce..e34596540c1725561d5645cf68bf136d069a900c 100644
--- a/chrome/browser/cocoa/menu_tracked_button.h
+++ b/chrome/browser/cocoa/menu_tracked_button.h
@@ -23,6 +23,8 @@
BOOL tracking_;
}
+@property (nonatomic, readonly, getter=isTracking) BOOL tracking;
+
@end
#endif // CHROME_BROWSER_COCOA_MENU_TRACKED_BUTTON_H_
« no previous file with comments | « no previous file | chrome/browser/cocoa/menu_tracked_button.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698