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

Unified Diff: ui/base/dragdrop/drag_drop_types.h

Issue 231733005: Delete the GTK+ port of Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge to ToT Created 6 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: ui/base/dragdrop/drag_drop_types.h
diff --git a/ui/base/dragdrop/drag_drop_types.h b/ui/base/dragdrop/drag_drop_types.h
index afa8f9e7e35b77c92d6a6eb010b1916b35860849..c74d4e28a44b81bd9752cb55e0ad8a4037b25bd8 100644
--- a/ui/base/dragdrop/drag_drop_types.h
+++ b/ui/base/dragdrop/drag_drop_types.h
@@ -28,9 +28,6 @@ class UI_BASE_EXPORT DragDropTypes {
#if defined(OS_WIN)
static uint32 DragOperationToDropEffect(int drag_operation);
static int DropEffectToDragOperation(uint32 effect);
-#elif defined(TOOLKIT_GTK)
- static int DragOperationToGdkDragAction(int drag_operation);
- static int GdkDragActionToDragOperation(int gdk_drag_action);
#endif
};

Powered by Google App Engine
This is Rietveld 408576698