Chromium Code Reviews| Index: chrome/common/extensions/api/desktop_capture.json |
| diff --git a/chrome/common/extensions/api/desktop_capture.json b/chrome/common/extensions/api/desktop_capture.json |
| index 5b9ff002fcfd318f1e164990016d64ee846d1011..ccca79978ccd522bb39e467de5df8d4ea892f598 100644 |
| --- a/chrome/common/extensions/api/desktop_capture.json |
| +++ b/chrome/common/extensions/api/desktop_capture.json |
| @@ -40,6 +40,11 @@ |
| "name": "streamId", |
| "type": "string", |
| "description": "An opaque string that can be passed to <code>getUserMedia()</code> API to generate media stream that corresponds to the source selected by the user. If user didn't select any source (i.e. canceled the prompt) then the callback is called with an empty <code>streamId</code>. The created <code>streamId</code> can be used only once and expires after a few seconds when it is not used." |
| + }, |
| + { |
| + "name": "audioApproved", |
|
Devlin
2016/12/08 19:09:44
Do you think we'd ever want to include more than j
qiangchen
2016/12/08 20:01:28
Good Suggestion.
|
| + "type": "boolean", |
| + "description": "True if the user has approved the audio request." |
| } |
| ] |
| } |