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

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

Issue 2467913002: Touch event flag should control only DOM event firing. (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into patchtoflags Created 4 years, 1 month 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 1a72b4be9dd669d475848944cd4caa673975092b..68c55500e9bc7e65440e3bed2cfc06e97e39a631 100644
--- a/content/shell/app/shell_main_delegate.cc
+++ b/content/shell/app/shell_main_delegate.cc
@@ -173,8 +173,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
gl::kGLImplementationOSMesaName);
}
command_line.AppendSwitch(switches::kSkipGpuDataLoading);
- command_line.AppendSwitchASCII(switches::kTouchEvents,
- switches::kTouchEventsEnabled);
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