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

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: 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 24793771d136f4b50e6e8a93aa53778db7ba1f46..a1a5cf911a355bc26eb0971e5ffac21bb970045d 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -267,6 +267,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