| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 7322b1de3daac3fcfe7c555624d9323bd8ea6ae5..a931f7e55342f0f3818c6a66b7b629291d5906e8 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -137,10 +137,6 @@ const char kDisableFlash3d[] = "disable-flash-3d";
|
| // Disable Stage3D inside of flapper.
|
| const char kDisableFlashStage3d[] = "disable-flash-stage3d";
|
|
|
| -// Disable user gesture requirement for media playback.
|
| -const char kDisableGestureRequirementForMediaPlayback[] =
|
| - "disable-gesture-requirement-for-media-playback";
|
| -
|
| // Disable user gesture requirement for presentation.
|
| const char kDisableGestureRequirementForPresentation[] =
|
| "disable-gesture-requirement-for-presentation";
|
|
|