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

Unified Diff: content/shell/common/webkit_test_helpers.cc

Issue 15898003: Remove touch_drag_drop web preference. It was added in r184242 for tests to be (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698