| 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 e176f0463c14de509e1924abc8ff3144f17d3c9d..dcdcab16d75c01bca8dbee19e0e0d6b96d9bee35 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -102,6 +102,7 @@ class OffTheRecordProfileImpl : public Profile {
|
| int render_view_id,
|
| int bridge_id,
|
| const GURL& requesting_frame,
|
| + bool user_gesture,
|
| const MidiSysExPermissionCallback& callback) OVERRIDE;
|
| virtual void CancelMidiSysExPermissionRequest(
|
| int render_process_id,
|
|
|