Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 7e2f2cacf13b46ce7384e6fcfde8190c620e625f..c40a4e6bd5ef6497a0c8637a91f21ebea31a425c 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -133,6 +133,10 @@ const char kDisableFlashStage3d[] = "disable-flash-stage3d"; |
const char kDisableGestureRequirementForMediaPlayback[] = |
"disable-gesture-requirement-for-media-playback"; |
+// Disable user gesture requirement for presentation. |
+const char kDisableGestureRequirementForPresentation[] = |
+ "disable-gesture-requirement-for-presentation"; |
+ |
// Disables GPU hardware acceleration. If software renderer is not in place, |
// then the GPU process won't launch. |
const char kDisableGpu[] = "disable-gpu"; |