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

Unified Diff: content/shell/app/shell_main_delegate.cc

Issue 2547373002: Rename TouchEventAPI to TouchEventFeatureDetection (Closed)
Patch Set: Update histograms.xml Created 4 years 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: content/shell/app/shell_main_delegate.cc
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc
index d37ca0a03473597504e5f7d6a3d62e5f8a85ddcf..a4eb3ba14a6805a374df0da1456e681366a0f5b1 100644
--- a/content/shell/app/shell_main_delegate.cc
+++ b/content/shell/app/shell_main_delegate.cc
@@ -174,8 +174,9 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
gl::kGLImplementationOSMesaName);
}
command_line.AppendSwitch(switches::kSkipGpuDataLoading);
- command_line.AppendSwitchASCII(switches::kTouchEvents,
- switches::kTouchEventsEnabled);
+ command_line.AppendSwitchASCII(
+ switches::kTouchEventFeatureDetection,
+ switches::kTouchEventFeatureDetectionEnabled);
if (!command_line.HasSwitch(switches::kForceDeviceScaleFactor))
command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0");
command_line.AppendSwitch(

Powered by Google App Engine
This is Rietveld 408576698