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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.cpp

Issue 1888773003: Merge DragClientImpl into core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing file. Created 4 years, 8 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/Source/core/loader/EmptyClients.cpp
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
index ef1ba15948adb1223d62a8ce89ac6f27cb65b2c9..c65042cc31440d71a52b6485c6909b4ce435a811 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
@@ -51,9 +51,6 @@ void fillWithEmptyClients(Page::PageClients& pageClients)
DEFINE_STATIC_LOCAL(EmptyContextMenuClient, dummyContextMenuClient, ());
pageClients.contextMenuClient = &dummyContextMenuClient;
- DEFINE_STATIC_LOCAL(EmptyDragClient, dummyDragClient, ());
- pageClients.dragClient = &dummyDragClient;
-
DEFINE_STATIC_LOCAL(EmptyEditorClient, dummyEditorClient, ());
pageClients.editorClient = &dummyEditorClient;

Powered by Google App Engine
This is Rietveld 408576698