| 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 c86a5de679f420b5fabb256140f3756c016a0cc1..6e4496e079f477afc696eca8aa35fe2df6faa205 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -2234,7 +2234,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();
|
|
|