Chromium Code Reviews| 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..5371c462b66545d88e450cc1f715c0e0ae32b9d3 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"; |
|
jam
2012/06/25 16:11:08
nit: spacing looks off by 1?
|
| + |
| // Disable pop-up blocking. |
| const char kDisablePopupBlocking[] = "disable-popup-blocking"; |