| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 20eeefc2376664b5dd310e2c2421666eebcdb8f7..cafa835843229f105ec0e488e4fd1f75c79cdc5a 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -216,6 +216,9 @@ const char kDisableLocalStorage[] = "disable-local-storage";
|
| // builds.
|
| const char kDisableLogging[] = "disable-logging";
|
|
|
| +// Disables using CODECAPI_AVLowLatencyMode when creating DXVA decoders.
|
| +const char kDisableLowLatencyDxva[] = "disable-low-latency-dxva";
|
| +
|
| // Disables usage of the namespace sandbox.
|
| const char kDisableNamespaceSandbox[] = "disable-namespace-sandbox";
|
|
|
|
|