| 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 965b9754636ec2e13f00c98a671d41bc6f81b795..5b9ff002fcfd318f1e164990016d64ee846d1011 100644
|
| --- a/chrome/common/extensions/api/desktop_capture.json
|
| +++ b/chrome/common/extensions/api/desktop_capture.json
|
| @@ -10,7 +10,7 @@
|
| {
|
| "id": "DesktopCaptureSourceType",
|
| "type": "string",
|
| - "enum": ["screen", "window", "tab"],
|
| + "enum": ["screen", "window", "tab", "audio"],
|
| "description": "Enum used to define set of desktop media sources used in chooseDesktopMedia()."
|
| }
|
| ],
|
|
|