summaryrefslogtreecommitdiffstats
path: root/content/shell/browser/shell_browser_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/browser/shell_browser_context.cc')
-rw-r--r--content/shell/browser/shell_browser_context.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc
index dbceb62..b37521e 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.