Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4511)

Unified Diff: chrome/common/extensions/api/desktop_capture.json

Issue 1644073002: Desktop Share Audio User Permission (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor Style Change Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()."
}
],

Powered by Google App Engine
This is Rietveld 408576698