Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 2cacf195190d1aa7d57b3cb6d11429424b4aa2d3..1b15a1f12d054b7b3ef05ead9c855dbbabdb8d11 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -190,7 +190,6 @@ |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "ui/base/ui_base_switches.h" |
#include "ui/display/display_switches.h" |
-#include "ui/events/event_switches.h" |
#include "ui/gfx/switches.h" |
#include "ui/gl/gl_switches.h" |
#include "ui/gl/gpu_switching_manager.h" |
@@ -1753,7 +1752,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kStatsCollectionController, |
switches::kTestType, |
switches::kTopDocumentIsolation, |
- switches::kTouchEvents, |
+ switches::kTouchEventFeatureDetection, |
switches::kTouchTextSelectionStrategy, |
switches::kTraceConfigFile, |
switches::kTraceToConsole, |