| 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 2bad87ea2db2bff8b6b3059acc55ec0a67f3945b..0e758a6eb575a10a24c9289e3edc721739c07a62 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -2225,7 +2225,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();
|
|
|