| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index f923cad8d451126e69d0c611593e5cfdbb514170..ec314d9df985cfe330294df4312493eb6cc3471a 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -80,6 +80,7 @@ class ProfileImpl : 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,
|
|
|