| Index: content/public/browser/web_contents_view_delegate.h
|
| diff --git a/content/public/browser/web_contents_view_delegate.h b/content/public/browser/web_contents_view_delegate.h
|
| index 0e61017b6b97d221c31ad3c4e9b04e955d17ad3b..c4593667bf6f87424f9873d130b96703c92cea91 100644
|
| --- a/content/public/browser/web_contents_view_delegate.h
|
| +++ b/content/public/browser/web_contents_view_delegate.h
|
| @@ -12,6 +12,7 @@
|
| #endif
|
|
|
| #include "content/common/content_export.h"
|
| +#include "content/public/common/context_menu_event_type.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| #if defined(OS_MACOSX)
|
| @@ -42,7 +43,9 @@ class CONTENT_EXPORT WebContentsViewDelegate {
|
| virtual WebDragDestDelegate* GetDragDestDelegate() = 0;
|
|
|
| // Shows a context menu.
|
| - virtual void ShowContextMenu(const content::ContextMenuParams& params) = 0;
|
| + virtual void ShowContextMenu(
|
| + const content::ContextMenuParams& params,
|
| + const content::ContextMenuEventType& type) = 0;
|
|
|
| #if defined(OS_WIN) || defined(USE_AURA)
|
| // These methods allow the embedder to intercept WebContentsViewWin's
|
|
|