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

Unified Diff: content/renderer/render_view_impl.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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index ff9ef653fa6915fbb3b76379daa7ba19197b711e..62eea4f91075c434f0cd52f403c02161f3dc9a1c 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -270,6 +270,7 @@ class CONTENT_EXPORT RenderViewImpl
#if defined(OS_ANDROID)
void DismissDateTimeDialog();
#endif
+ void DidHideExternalPopupMenu();
// Plugin-related functions --------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698