| Index: content/shell/webkit_test_helpers.cc
|
| diff --git a/content/shell/webkit_test_helpers.cc b/content/shell/webkit_test_helpers.cc
|
| index 31c67bfcd947e25ef81f30c900a8a4a9f7dc6b7e..3c968f38b0c1cc6af520355338230b618d749cdd 100644
|
| --- a/content/shell/webkit_test_helpers.cc
|
| +++ b/content/shell/webkit_test_helpers.cc
|
| @@ -50,6 +50,7 @@ void ExportLayoutTestSpecificPreferences(const WebPreferences& from,
|
| 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
|
|
|