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

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

Issue 60193002: Revert 232766 "Refactor MediaStreamManager to never output real ..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1700/src/
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/device_request_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/policy_browsertest.cc
===================================================================
--- chrome/browser/policy/policy_browsertest.cc (revision 232998)
+++ chrome/browser/policy/policy_browsertest.cc (working copy)
@@ -2634,7 +2634,7 @@
}
void FinishAudioTest() {
- content::MediaStreamRequest request(0, 0, 0,
+ content::MediaStreamRequest request(0, 0, 0, std::string(),
request_url_.GetOrigin(),
content::MEDIA_DEVICE_ACCESS,
std::string(), std::string(),
@@ -2653,7 +2653,7 @@
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,
+ content::MediaStreamRequest request(0, 0, 0, std::string(),
request_url_.GetOrigin(),
content::MEDIA_DEVICE_ACCESS,
std::string(),
« no previous file with comments | « no previous file | content/browser/renderer_host/media/device_request_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698