| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 497247de719664fb5eeda901cbdc3c466707da8c..10f60888b80b26c38319d070d790761a294d86b3 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -281,6 +281,7 @@ class TestingProfile : 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,
|
|
|