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

Unified Diff: content/common/permission_service.mojom

Issue 1311783007: refactor to Introduce AUDIO_CAPTURE and VIDEO_CAPTURE permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: content/common/permission_service.mojom
diff --git a/content/common/permission_service.mojom b/content/common/permission_service.mojom
index fc360be3be2690f55cf4363623723a31d4900db8..6f39fb922f13bcceeb502bfc332aa38633cbb761 100644
--- a/content/common/permission_service.mojom
+++ b/content/common/permission_service.mojom
@@ -14,6 +14,8 @@ enum PermissionName {
MIDI_SYSEX,
PROTECTED_MEDIA_IDENTIFIER,
DURABLE_STORAGE,
+ AUDIO_CAPTURE,
+ VIDEO_CAPTURE,
};
// The Permission service provides permission handling capabilities by exposing

Powered by Google App Engine
This is Rietveld 408576698