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 18748b59f39c22d814921d182c9decd14911cc9e..08229f5807d16edc2b53d4d5c68049b1a0e1ad6a 100644 |
--- a/chrome/common/extensions/api/content_settings.json |
+++ b/chrome/common/extensions/api/content_settings.json |
@@ -260,6 +260,14 @@ |
"media-stream-camera", |
{"type":"string", "enum": ["allow", "block", "ask"]} |
] |
+ }, |
+ "unsandboxedPlugins": { |
+ "$ref": "ContentSetting", |
+ "description": "Whether to allow sites to run plug-ins unsandboxed. One of <br><var>allow</var>: Allow sites to run plug-ins unsandboxed,<br><var>block</var>: Don't allow sites to run plug-ins unsandboxed,<br><var>ask</var>: Ask when a site wants to run a plug-in unsandboxed. <br>Default is <var>ask</var>.<br>The primary URL is the URL of the top-level frame. The secondary URL is not used.", |
msramek
2015/02/03 17:56:43
Maybe not the best wording. But I didn't like the
Mike West
2015/02/03 20:18:02
"Unsandboxed" is fine; we're targeting developers
|
+ "value": [ |
+ "ppapi-broker", |
+ {"type":"string", "enum": ["allow", "block", "ask"]} |
+ ] |
} |
} |
} |