| Index: chrome/browser/ui/app_list/test/fake_profile.cc
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| index d21a2d4a230cff576b2de7352060e764e40f753a..41fcb85df39d677527110412292422db55b5953e 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -55,10 +55,18 @@ FakeProfile::GetMediaRequestContextForStoragePartition(
|
| void FakeProfile::RequestMIDISysExPermission(
|
| int render_process_id,
|
| int render_view_id,
|
| + int bridge_id,
|
| const GURL& requesting_frame,
|
| const MIDISysExPermissionCallback& callback) {
|
| }
|
|
|
| +void FakeProfile::CancelMIDISysExPermissionRequest(
|
| + int render_process_id,
|
| + int render_view_id,
|
| + int bridge_id,
|
| + const GURL& requesting_frame) {
|
| +}
|
| +
|
| content::ResourceContext* FakeProfile::GetResourceContext() {
|
| return NULL;
|
| }
|
|
|