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

Unified Diff: content/common/media/midi_messages.h

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/media/midi_messages.h
diff --git a/content/common/media/midi_messages.h b/content/common/media/midi_messages.h
index 388d518e5c844d35d10c43fd969adb2fa524b064..6f314b6d9c653309d1973393e21221b6b8892b5b 100644
--- a/content/common/media/midi_messages.h
+++ b/content/common/media/midi_messages.h
@@ -26,20 +26,6 @@ IPC_STRUCT_TRAITS_END()
IPC_ENUM_TRAITS_MAX_VALUE(media::MidiResult, media::MIDI_RESULT_LAST)
-// Messages for IPC between MidiDispatcher and MidiDispatcherHost.
-
-// Renderer request to browser for using system exclusive messages.
-IPC_MESSAGE_ROUTED3(MidiHostMsg_RequestSysExPermission,
- int /* client id */,
- GURL /* origin */,
- bool /* user_gesture */)
-
-// Messages sent from the browser to the renderer.
-
-IPC_MESSAGE_ROUTED2(MidiMsg_SysExPermissionApproved,
- int /* client id */,
- bool /* is_allowed */)
-
// Messages for IPC between MidiMessageFilter and MidiHost.
// Renderer request to browser for access to MIDI services.

Powered by Google App Engine
This is Rietveld 408576698