| Index: android_webview/browser/aw_browser_context.h
|
| diff --git a/android_webview/browser/aw_browser_context.h b/android_webview/browser/aw_browser_context.h
|
| index 4d672bc1b1e2cb624229a4a51a9260291f02f46d..781d5b91552f4f883085b0b645ba07d681a24971 100644
|
| --- a/android_webview/browser/aw_browser_context.h
|
| +++ b/android_webview/browser/aw_browser_context.h
|
| @@ -86,6 +86,12 @@ class AwBrowserContext : public content::BrowserContext,
|
| virtual net::URLRequestContextGetter*
|
| GetMediaRequestContextForStoragePartition(
|
| const base::FilePath& partition_path, bool in_memory) OVERRIDE;
|
| + virtual void RequestMIDISysExPermission(
|
| + int render_process_id,
|
| + int render_view_id,
|
| + int client_id,
|
| + const GURL& requesting_frame,
|
| + const MIDISysExPermissionCallback& callback) OVERRIDE;
|
| virtual content::ResourceContext* GetResourceContext() OVERRIDE;
|
| virtual content::DownloadManagerDelegate*
|
| GetDownloadManagerDelegate() OVERRIDE;
|
|
|