| 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 41577b16cbd7b3d4548978aaa1f057745ba2045b..8a660454894cc4b0eb9730bd7b63f7132206c221 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -105,6 +105,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,
|
|
|