Index: content/browser/renderer_host/media/midi_dispatcher_host.h |
diff --git a/content/browser/renderer_host/media/midi_dispatcher_host.h b/content/browser/renderer_host/media/midi_dispatcher_host.h |
index c623b3d855deb28e8afef72e416ba8645f41faf9..c16990b64dfc5dfac9237e00493bcda02cb3898f 100644 |
--- a/content/browser/renderer_host/media/midi_dispatcher_host.h |
+++ b/content/browser/renderer_host/media/midi_dispatcher_host.h |
@@ -38,7 +38,7 @@ class MidiDispatcherHost : public BrowserMessageFilter { |
const GURL& requesting_frame); |
void WasSysExPermissionGranted(int render_view_id, |
int bridge_id, |
- bool success); |
+ bool is_allowed); |
int render_process_id_; |
BrowserContext* browser_context_; |