| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index bc655aa35e16422210ecc436412b6d3ddb818eef..e4d7cbb0c4ffff16a1660fbbfbca12514ba37b65 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -700,6 +700,7 @@ TestingProfile::GetMediaRequestContextForStoragePartition(
|
| void TestingProfile::RequestMIDISysExPermission(
|
| int render_process_id,
|
| int render_view_id,
|
| + int bridge_id,
|
| const GURL& requesting_frame,
|
| const MIDISysExPermissionCallback& callback) {
|
| // Always reject requests for testing.
|
|
|