| Index: chrome/browser/ui/app_list/test/fake_profile.h
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h
|
| index 4849f6dd4e6f5c5a841c4af463c8ec0cae5955db..04e69a024a75c64ad3a653cd6cd6294eccbb0a9a 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.h
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.h
|
| @@ -46,8 +46,14 @@ class FakeProfile : public Profile {
|
| virtual void RequestMIDISysExPermission(
|
| int render_process_id,
|
| int render_view_id,
|
| + int bridge_id,
|
| const GURL& requesting_frame,
|
| const MIDISysExPermissionCallback& callback) OVERRIDE;
|
| + virtual void CancelMIDISysExPermissionRequest(
|
| + int render_process_id,
|
| + int render_view_id,
|
| + int bridge_id,
|
| + const GURL& requesting_frame) OVERRIDE;
|
| virtual content::ResourceContext* GetResourceContext() OVERRIDE;
|
| virtual content::GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
|
|