| Index: chrome/browser/profiles/off_the_record_profile_impl.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| index ba65175aaa1c46d04de87830f8d70f374bb5a74e..5c660e1fc7757100d1c33bdd4f0f00554c28510c 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -105,18 +105,6 @@ class OffTheRecordProfileImpl : public Profile {
|
| 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,
|
|
|