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

Unified Diff: Source/core/loader/EmptyClients.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/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index 137e8ec5ef4fc1afa31aebb968a448d278ea8e2e..f0205f1f5523cb4e932c52c354af99207ce999e4 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -355,7 +355,7 @@ class EmptyContextMenuClient : public ContextMenuClient {
public:
EmptyContextMenuClient() { }
virtual ~EmptyContextMenuClient() { }
- virtual PassOwnPtr<ContextMenu> customizeMenu(PassOwnPtr<ContextMenu>) OVERRIDE;
+ virtual void showContextMenu(const ContextMenu*) OVERRIDE { }
};
class EmptyDragClient : public DragClient {

Powered by Google App Engine
This is Rietveld 408576698