| 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 b73a0ec6967a7c4b4c382d541bdd69b0fa0ebd60..13c48bee09a9333785f068b16eca6347a7276ccf 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -321,6 +321,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);
|
| @@ -328,6 +329,7 @@ void OffTheRecordProfileImpl::RequestMidiSysExPermission(
|
| render_view_id,
|
| bridge_id,
|
| requesting_frame,
|
| + user_gesture,
|
| callback);
|
| }
|
|
|
|
|