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 5f36e293e4557494c623762214a84cee60a27487..9a4ca017d4e85701bb7329037157a88861f96ede 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"]} |
| ] |
| + }, |
| + "mediaStreamMic": { |
|
msramek
2015/01/30 11:57:02
I kept the internal name here, just renamed from d
Mike West
2015/01/30 12:05:59
Renaming for the JS interface seems pretty reasona
|
| + "$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"]} |
| + ] |
| } |
| } |
| } |