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

Unified Diff: Source/core/page/ContextMenuClient.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/core/page/ContextMenuClient.h
diff --git a/Source/core/page/ContextMenuClient.h b/Source/core/page/ContextMenuClient.h
index c0790819384c591a3feb5acb66d9023890d5ee40..aa52ad5268a7a718b2bf6e0f04890272ce54cc52 100644
--- a/Source/core/page/ContextMenuClient.h
+++ b/Source/core/page/ContextMenuClient.h
@@ -34,7 +34,7 @@ namespace WebCore {
class ContextMenuClient {
public:
virtual ~ContextMenuClient() { }
- virtual PassOwnPtr<ContextMenu> customizeMenu(PassOwnPtr<ContextMenu>) = 0;
+ virtual void showContextMenu(const ContextMenu*) = 0;
};
}

Powered by Google App Engine
This is Rietveld 408576698