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

Unified Diff: third_party/WebKit/public/web/WebView.h

Issue 2894043002: Add machinery to show touch editing context menus in OOPIFs. (Closed)
Patch Set: Don't fall back to mainframe, formatting. Created 3 years, 7 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: 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;

Powered by Google App Engine
This is Rietveld 408576698