| 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,
|
|
|