| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index 20c643285a167395589794b73f5b4796e97ede83..37ca8c786627fa9f20be9c45832e6dfba58268a3 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -305,6 +305,7 @@ void OffTheRecordProfileImpl::RequestMidiSysExPermission(
|
| int render_view_id,
|
| int bridge_id,
|
| const GURL& requesting_frame,
|
| + bool user_gesture,
|
| const MidiSysExPermissionCallback& callback) {
|
| ChromeMidiPermissionContext* context =
|
| ChromeMidiPermissionContextFactory::GetForProfile(this);
|
| @@ -312,6 +313,7 @@ void OffTheRecordProfileImpl::RequestMidiSysExPermission(
|
| render_view_id,
|
| bridge_id,
|
| requesting_frame,
|
| + user_gesture,
|
| callback);
|
| }
|
|
|
|
|