| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 26a2ecd81b6dfe5ceb65b9e4ac51d5709428e1ac..9ae02cb7d66271ef82df84aced73ca6fb16b952e 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -274,18 +274,6 @@ class TestingProfile : 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,
|
|
|