Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: chrome/browser/policy/policy_browsertest.cc

Issue 2291893002: Let Contraints Controll Mute/Unmute Audio Local Playback For Desktop Sharing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve Browser Test Issuex Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698