| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 5fcbb1012b581b631de289e0c2be5066eae47bd4..ea12bdc13b823d68a74b999011cfbdb1deca39e3 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -758,24 +758,6 @@ TestingProfile::GetMediaRequestContextForStoragePartition(
|
| return NULL;
|
| }
|
|
|
| -void TestingProfile::RequestMidiSysExPermission(
|
| - int render_process_id,
|
| - int render_view_id,
|
| - int bridge_id,
|
| - const GURL& requesting_frame,
|
| - bool user_gesture,
|
| - const MidiSysExPermissionCallback& callback) {
|
| - // Always reject requests for testing.
|
| - callback.Run(false);
|
| -}
|
| -
|
| -void TestingProfile::CancelMidiSysExPermissionRequest(
|
| - int render_process_id,
|
| - int render_view_id,
|
| - int bridge_id,
|
| - const GURL& requesting_frame) {
|
| -}
|
| -
|
| void TestingProfile::RequestProtectedMediaIdentifierPermission(
|
| int render_process_id,
|
| int render_view_id,
|
|
|