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

Unified Diff: content/common/permission_service.mojom

Issue 871663003: media: Add MediaPermission interface and MediaPermissionDispatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 5 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
« no previous file with comments | « content/browser/permissions/permission_service_impl.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/permission_service.mojom
diff --git a/content/common/permission_service.mojom b/content/common/permission_service.mojom
index 379efa550bf027e40a9640007ba1fb38eea7b3a2..dc80d24cb5e15a6626153d9f5c0a341854cdad1a 100644
--- a/content/common/permission_service.mojom
+++ b/content/common/permission_service.mojom
@@ -10,6 +10,7 @@ enum PermissionName {
GEOLOCATION,
MIDI_SYSEX,
NOTIFICATIONS,
+ PROTECTED_MEDIA_IDENTIFIER,
};
// The Permission service provides permission handling capabilities by exposing
« no previous file with comments | « content/browser/permissions/permission_service_impl.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698