| Index: chrome/browser/policy/policy_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
|
| index 95fe37c33a22355f5734914963b36a7b28535e98..b5fb96099674ce3d410192cdf5ee222d96e16e82 100644
|
| --- a/chrome/browser/policy/policy_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_browsertest.cc
|
| @@ -2543,7 +2543,7 @@ class MediaStreamDevicesControllerBrowserTest
|
| }
|
|
|
| void FinishAudioTest() {
|
| - content::MediaStreamRequest request(0, 0, 0, std::string(),
|
| + content::MediaStreamRequest request(0, 0, 0,
|
| request_url_.GetOrigin(),
|
| content::MEDIA_DEVICE_ACCESS,
|
| std::string(), std::string(),
|
| @@ -2562,7 +2562,7 @@ class MediaStreamDevicesControllerBrowserTest
|
| void FinishVideoTest() {
|
| // TODO(raymes): Test MEDIA_DEVICE_OPEN (Pepper) which grants both webcam
|
| // and microphone permissions at the same time.
|
| - content::MediaStreamRequest request(0, 0, 0, std::string(),
|
| + content::MediaStreamRequest request(0, 0, 0,
|
| request_url_.GetOrigin(),
|
| content::MEDIA_DEVICE_ACCESS,
|
| std::string(),
|
|
|