Index: chrome/browser/profiles/off_the_record_profile_impl.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h |
index c4b793e4f953dc65aa61a1ad773f2cd1b349070e..57c127b228f955e124518eaa4f6e67cb44f048ba 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -101,8 +101,14 @@ class OffTheRecordProfileImpl : 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; |