| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 1bd5b0894789cbe44a2a0988d335b491c2686cac..8fa65c2af449a7d1db6cbc86cb6e66e5066550ac 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -959,6 +959,9 @@ const char kRendererWaitForJavaDebugger[] = "renderer-wait-for-java-debugger";
|
|
|
| // Enables overscrolling for the OSK on Android.
|
| const char kEnableOSKOverscroll[] = "enable-osk-overscroll";
|
| +
|
| +// Allow videos to autoplay without a user gesture if muted.
|
| +const char kEnableAutoplayMutedVideos[] = "enable-autoplay-muted-videos";
|
| #endif
|
|
|
| // Enable the aggressive flushing of DOM Storage to minimize data loss.
|
|
|