| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 8db4315a835b19a2aa515d5e88b8d92868c48d8c..565471424e198d3e4688eb9001681a4d98680eab 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -196,6 +196,9 @@ const char kEnableDeviceMotion[] = "enable-device-motion";
|
| // Enable the JavaScript Full Screen API.
|
| const char kDisableFullScreen[] = "disable-fullscreen";
|
|
|
| +// Enable the JavaScript Pointer Lock API.
|
| +const char kEnablePointerLock[] = "enable-pointer-lock";
|
| +
|
| // Enable the Gamepad API
|
| const char kEnableGamepad[] = "enable-gamepad";
|
|
|
|
|