| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index 964b9e58090c9e31f9dde9d74cd5f4ade835fc13..7cce4b328df9838fb0242e25696dfe8ed419b85f 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -2271,7 +2271,8 @@ void TestingAutomationProvider::PerformActionOnInfobar(
|
| }
|
|
|
| media_stream_infobar->Accept(audio_devices[0].device_id,
|
| - video_devices[0].device_id);
|
| + video_devices[0].device_id,
|
| + false);
|
| infobar_helper->RemoveInfoBar(infobar);
|
| } else if ("deny" == action) {
|
| media_stream_infobar->Deny();
|
|
|