Index: content/shell/common/webkit_test_helpers.cc |
diff --git a/content/shell/common/webkit_test_helpers.cc b/content/shell/common/webkit_test_helpers.cc |
index 1993e5d352e77fc39f303b218ed43d447f41e9f0..3923452ec648b8fad4c432e4f727bc75256635eb 100644 |
--- a/content/shell/common/webkit_test_helpers.cc |
+++ b/content/shell/common/webkit_test_helpers.cc |
@@ -50,7 +50,6 @@ void ExportLayoutTestSpecificPreferences( |
to->javascript_can_open_windows_automatically = |
from.javaScriptCanOpenWindowsAutomatically; |
to->user_style_sheet_location = from.userStyleSheetLocation; |
- to->touch_drag_drop_enabled = from.touchDragDropEnabled; |
} |
// Applies settings that differ between layout tests and regular mode. Some |