| 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 361f43c08171978a9702200248ef2f73e5b2ca88..1a03968b2ecbdfed82e5a13ffe2d92b86aa353d7 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,
|
|
|