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..f90fed3cb8d052bd086550e43e5d8d2e6e793cb9 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; |
+ 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; |