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

Unified Diff: content/browser/renderer_host/webmenurunner_mac.h

Issue 197533008: Mac: ExternalPopupMenu::close should hide a showing popup menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: alignment Created 6 years, 9 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
Index: content/browser/renderer_host/webmenurunner_mac.h
diff --git a/content/browser/renderer_host/webmenurunner_mac.h b/content/browser/renderer_host/webmenurunner_mac.h
index e1ce91a9e432d8a14ecb5fa205be875228747b0b..3eba35bdbe7fecfd1764e391a321f344eceb1819 100644
--- a/content/browser/renderer_host/webmenurunner_mac.h
+++ b/content/browser/renderer_host/webmenurunner_mac.h
@@ -52,6 +52,8 @@
withBounds:(NSRect)bounds
initialIndex:(int)index;
+- (void)hide;
Robert Sesek 2014/03/20 15:06:04 nit: comment please
tkent 2014/03/21 13:55:26 Done.
+
// Returns the index of selected menu item, or its initial value (-1) if no item
// was selected.
- (int)indexOfSelectedItem;

Powered by Google App Engine
This is Rietveld 408576698