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 1c9f074aaf16b55ab68ab2cf266a94acd7b5a11e..df597166d5e1d0e2592b52ace1c0ed3ff77ba81c 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -174,6 +174,8 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0"); |
command_line.AppendSwitch( |
switches::kDisableGestureRequirementForMediaPlayback); |
+ command_line.AppendSwitch( |
whywhat
2016/02/04 20:39:08
This is not used I think? It would disable the req
Zhiqiang Zhang (Slow)
2016/02/05 16:20:33
Done.
|
+ switches::kDisableGestureRequirementForPresentation); |
if (!command_line.HasSwitch(switches::kStableReleaseMode)) { |
command_line.AppendSwitch( |