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

Unified Diff: Source/WebKit/chromium/src/ContextMenuClientImpl.h

Issue 14795011: Remove dead ContextMenu code from Blink core (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: Source/WebKit/chromium/src/ContextMenuClientImpl.h
diff --git a/Source/WebKit/chromium/src/ContextMenuClientImpl.h b/Source/WebKit/chromium/src/ContextMenuClientImpl.h
index 38ef9c1c745324f684515d7f8708bff065d6479d..b44c79add7f1dcc6d008a35686425adb561a528c 100644
--- a/Source/WebKit/chromium/src/ContextMenuClientImpl.h
+++ b/Source/WebKit/chromium/src/ContextMenuClientImpl.h
@@ -42,9 +42,9 @@ class ContextMenuClientImpl : public WebCore::ContextMenuClient {
public:
ContextMenuClientImpl(WebViewImpl* webView) : m_webView(webView) {}
virtual ~ContextMenuClientImpl() {}
- virtual PassOwnPtr<WebCore::ContextMenu> customizeMenu(PassOwnPtr<WebCore::ContextMenu>);
+ virtual void showContextMenu(const WebCore::ContextMenu*);
private:
- void populateCustomMenuItems(WebCore::ContextMenu*, WebContextMenuData*);
+ void populateCustomMenuItems(const WebCore::ContextMenu*, WebContextMenuData*);
WebViewImpl* m_webView;
};
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/ContextMenuClientImpl.cpp » ('j') | Source/core/page/ContextMenuController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698