Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 52acc0c0809f06fc6990de2410754feb35098613..eba6fbea7c88cfb4d8d6ee3f8b87ed2ed15a7b6c 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -911,6 +911,7 @@ void ProfileImpl::RequestMidiSysExPermission( |
int render_view_id, |
int bridge_id, |
const GURL& requesting_frame, |
+ bool user_gesture, |
const MidiSysExPermissionCallback& callback) { |
ChromeMidiPermissionContext* context = |
ChromeMidiPermissionContextFactory::GetForProfile(this); |
@@ -918,6 +919,7 @@ void ProfileImpl::RequestMidiSysExPermission( |
render_view_id, |
bridge_id, |
requesting_frame, |
+ user_gesture, |
callback); |
} |