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 dbceb625ce2a170556204d177f86668635a97036..b37521e53eee89bfb0455d6af1543751a73728c5 100644 |
--- a/content/shell/browser/shell_browser_context.cc |
+++ b/content/shell/browser/shell_browser_context.cc |
@@ -183,6 +183,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. |