| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 110686e2800f9540449c2621e0dacd83b054ef74..cba155d680c11af5df6445569f8725f7c92a0ee7 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -164,6 +164,9 @@ const char kDisableLogging[] = "disable-logging";
|
| // 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";
|
|
|
|
|