Index: third_party/WebKit/public/web/WebView.h |
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h |
index c55118baf08bb3a7c9bd060476b5a74b5ab7ad7f..04b8b90c8a0fbc9b33214d4ef13ba1f10e0fa037 100644 |
--- a/third_party/WebKit/public/web/WebView.h |
+++ b/third_party/WebKit/public/web/WebView.h |
@@ -31,7 +31,6 @@ |
#ifndef WebView_h |
#define WebView_h |
-#include "WebMenuSourceType.h" |
#include "WebWidget.h" |
#include "public/platform/WebColor.h" |
#include "public/platform/WebDisplayMode.h" |
@@ -389,9 +388,6 @@ class WebView : protected WebWidget { |
virtual void PerformCustomContextMenuAction(unsigned action) = 0; |
- // Shows a context menu for the currently focused element. |
- virtual void ShowContextMenu(WebMenuSourceType) = 0; |
- |
// Notify that context menu has been closed. |
virtual void DidCloseContextMenu() = 0; |