| Index: content/public/common/content_switches.cc
|
| ===================================================================
|
| --- content/public/common/content_switches.cc (revision 144010)
|
| +++ content/public/common/content_switches.cc (working copy)
|
| @@ -164,9 +164,6 @@
|
| // Prevent plugins from running.
|
| const char kDisablePlugins[] = "disable-plugins";
|
|
|
| -// Disable the JavaScript Pointer Lock API.
|
| -const char kDisablePointerLock[] = "disable-pointer-lock";
|
| -
|
| // Disable pop-up blocking.
|
| const char kDisablePopupBlocking[] = "disable-popup-blocking";
|
|
|
|
|