| Index: chrome/browser/policy/policy_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
|
| index ad31d28324cd8bbfc5563bd07d91efc5568ca936..9fde42e9b42157a2937f065c639feb30480d23f5 100644
|
| --- a/chrome/browser/policy/policy_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_browsertest.cc
|
| @@ -3183,7 +3183,8 @@ class MediaStreamDevicesControllerBrowserTest
|
| content::MEDIA_DEVICE_ACCESS,
|
| std::string(), std::string(),
|
| content::MEDIA_DEVICE_AUDIO_CAPTURE,
|
| - content::MEDIA_NO_SERVICE);
|
| + content::MEDIA_NO_SERVICE,
|
| + false);
|
| // TODO(raymes): Test MEDIA_DEVICE_OPEN (Pepper) which grants both webcam
|
| // and microphone permissions at the same time.
|
| MediaStreamDevicesController controller(
|
| @@ -3203,7 +3204,8 @@ class MediaStreamDevicesControllerBrowserTest
|
| std::string(),
|
| std::string(),
|
| content::MEDIA_NO_SERVICE,
|
| - content::MEDIA_DEVICE_VIDEO_CAPTURE);
|
| + content::MEDIA_DEVICE_VIDEO_CAPTURE,
|
| + false);
|
| // TODO(raymes): Test MEDIA_DEVICE_OPEN (Pepper) which grants both webcam
|
| // and microphone permissions at the same time.
|
| MediaStreamDevicesController controller(
|
|
|