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 5f36e293e4557494c623762214a84cee60a27487..f74e5c143aa0396fa1f86b90142485517f4e61c0 100644 |
--- a/chrome/common/extensions/api/content_settings.json |
+++ b/chrome/common/extensions/api/content_settings.json |
@@ -236,6 +236,14 @@ |
"mouselock", |
{"type":"string", "enum": ["allow", "block", "ask"]} |
] |
+ }, |
+ "microphone": { |
+ "$ref": "ContentSetting", |
+ "description": "Whether to allow sites to access the microphone. One of <br><var>allow</var>: Allow sites to access the microphone,<br><var>block</var>: Don't allow sites to access the microphone,<br><var>ask</var>: Ask when a site wants to access the microphone. <br>Default is <var>ask</var>.<br>The primary URL is the URL of the document which requested microphone access. The secondary URL is not used.", |
+ "value": [ |
+ "media-stream-mic", |
+ {"type":"string", "enum": ["allow", "block", "ask"]} |
+ ] |
} |
} |
} |