| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 6d1f4a32610b68e601ebc24fdd1d0dd7a73fa6d5..35e4831c0e445e7445ff6645c8a4113dc6737442 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -983,6 +983,10 @@ const char kEnableContentIntentDetection[] =
|
| // Enable drag manipulation of longpress-triggered text selections.
|
| const char kEnableLongpressDragSelection[] = "enable-longpress-drag-selection";
|
|
|
| +// Disable gesture requirement for media playback in the specified whitelist.
|
| +const char kMediaPlaybackGestureWhitelistScope[] =
|
| + "media-playback-gesture-whitelist-scope";
|
| +
|
| // The telephony region (ISO country code) to use in phone number detection.
|
| const char kNetworkCountryIso[] = "network-country-iso";
|
|
|
|
|