Chromium Code Reviews| Index: chrome/common/extensions/api/content_settings.json |
| diff --git a/chrome/common/extensions/api/content_settings.json b/chrome/common/extensions/api/content_settings.json |
| index 9ecc2d7d783c301999178cae6219322ea087f443..143b0a5681f0927c089adc36d1d818e8e90fb19e 100644 |
| --- a/chrome/common/extensions/api/content_settings.json |
| +++ b/chrome/common/extensions/api/content_settings.json |
| @@ -228,6 +228,14 @@ |
| "notifications", |
| {"type":"string", "enum": ["allow", "block", "ask"]} |
| ] |
| + }, |
| + "mouselock": { |
| + "$ref": "ContentSetting", |
| + "description": "Whether to allow sites to disable the mouse cursor. One of <br><var>allow</var>: Allow sites to disable the mouse cursor,<br><var>block</var>: Don't allow sites to disable the mouse cursor,<br><var>ask</var>: Ask when a site wants to disable the mouse cursor. <br>Default is <var>ask</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.", |
|
Mike West
2015/01/23 11:23:46
Did you verify the behavior of primary/secondary U
msramek
2015/01/23 12:28:47
Verified that the primary url is the main frame on
|
| + "value": [ |
| + "mouselock", |
| + {"type":"string", "enum": ["allow", "block", "ask"]} |
| + ] |
| } |
| } |
| } |