| Index: content/shell/browser/shell_browser_context.h
|
| diff --git a/content/shell/browser/shell_browser_context.h b/content/shell/browser/shell_browser_context.h
|
| index 7f9ca76670790204c24187d2ac088f60204b611c..34216a60cc8533e320fd4592c2acbc214aa82a01 100644
|
| --- a/content/shell/browser/shell_browser_context.h
|
| +++ b/content/shell/browser/shell_browser_context.h
|
| @@ -48,18 +48,6 @@ class ShellBrowserContext : public BrowserContext {
|
| GetMediaRequestContextForStoragePartition(
|
| const base::FilePath& partition_path,
|
| bool in_memory) OVERRIDE;
|
| - virtual void RequestMidiSysExPermission(
|
| - int render_process_id,
|
| - int render_view_id,
|
| - int bridge_id,
|
| - const GURL& requesting_frame,
|
| - bool user_gesture,
|
| - const MidiSysExPermissionCallback& callback) OVERRIDE;
|
| - virtual void CancelMidiSysExPermissionRequest(
|
| - int render_process_id,
|
| - int render_view_id,
|
| - int bridge_id,
|
| - const GURL& requesting_frame) OVERRIDE;
|
| virtual void RequestProtectedMediaIdentifierPermission(
|
| int render_process_id,
|
| int render_view_id,
|
|
|