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

Unified Diff: content/browser/web_contents/web_contents_view_aura.cc

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/web_contents/web_contents_view_aura.cc
diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
index d07908a1f8ea16b00de1c3b8ff6ecd63c1f5ac5d..e1bd65ddb4ed8941a6b4cb1093ea8bd8c6c874e2 100644
--- a/content/browser/web_contents/web_contents_view_aura.cc
+++ b/content/browser/web_contents/web_contents_view_aura.cc
@@ -1165,6 +1165,11 @@ void WebContentsViewAura::ShowPopupMenu(const gfx::Rect& bounds,
NOTIMPLEMENTED();
}
+void WebContentsViewAura::HidePopupMenu() {
+ // External popup menus are only used on Mac and Android.
+ NOTIMPLEMENTED();
+}
+
void WebContentsViewAura::StartDragging(
const DropData& drop_data,
blink::WebDragOperationsMask operations,

Powered by Google App Engine
This is Rietveld 408576698