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

Unified Diff: content/common/permission_service.mojom

Issue 755673002: Update MidiDispatcher to use Mojo Permission Service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 a5734aaac68daf15eb2d24b2da4da4b1e8a4fb50..82719d16ef126cfddb067c9e8b31bea9777641a4 100644
--- a/content/common/permission_service.mojom
+++ b/content/common/permission_service.mojom
@@ -12,6 +12,7 @@ enum PermissionStatus {
enum PermissionName {
GEOLOCATION,
+ MIDI_SYSEX,
nasko 2014/11/25 00:30:59 nit: MIDI_SYS_EX
mlamouri (slow - plz ping) 2014/11/25 09:48:21 The current permission name is content::PERMISSION
};
// The Permission service provides permission handling capabilities by exposing

Powered by Google App Engine
This is Rietveld 408576698