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

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

Issue 925303003: Revert of Expose microphone content setting to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/content_settings.json
diff --git a/chrome/common/extensions/api/content_settings.json b/chrome/common/extensions/api/content_settings.json
index f74e5c143aa0396fa1f86b90142485517f4e61c0..5f36e293e4557494c623762214a84cee60a27487 100644
--- a/chrome/common/extensions/api/content_settings.json
+++ b/chrome/common/extensions/api/content_settings.json
@@ -236,14 +236,6 @@
"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"]}
- ]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698