Index: content/shell/browser/shell_browser_context.cc |
diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc |
index 5eb71e513bcd548bb5fcb414ff85702b8824bdf2..23dd94a617399ab1156eed5765d9c81e11fd25aa 100644 |
--- a/content/shell/browser/shell_browser_context.cc |
+++ b/content/shell/browser/shell_browser_context.cc |
@@ -181,6 +181,7 @@ void ShellBrowserContext::RequestMidiSysExPermission( |
int render_view_id, |
int bridge_id, |
const GURL& requesting_frame, |
+ bool user_gesture, |
const MidiSysExPermissionCallback& callback) { |
// Always reject requests for LayoutTests for now. |
// TODO(toyoshim): Make it programmable to improve test coverage. |