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

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

Issue 642623005: [WebMIDI] Remove not needed CancelPermission IPC message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/media/midi_messages.h
diff --git a/content/common/media/midi_messages.h b/content/common/media/midi_messages.h
index 599f42c8ab95a1815a617672c05d3dbe1ddf4842..da131397e64781291026106178532b16612fc78b 100644
--- a/content/common/media/midi_messages.h
+++ b/content/common/media/midi_messages.h
@@ -34,11 +34,6 @@ IPC_MESSAGE_ROUTED3(MidiHostMsg_RequestSysExPermission,
GURL /* origin */,
bool /* user_gesture */)
-// Renderer request to browser for canceling a previous permission request.
-IPC_MESSAGE_ROUTED2(MidiHostMsg_CancelSysExPermissionRequest,
- int /* bridge_id */,
- GURL /* GURL of the frame */)
-
// Messages sent from the browser to the renderer.
IPC_MESSAGE_ROUTED2(MidiMsg_SysExPermissionApproved,

Powered by Google App Engine
This is Rietveld 408576698