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

Unified Diff: chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc

Issue 922663002: Moved the fake input stream's processing onto the audio worker thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved flag logic from provider to input stream, added unit test Created 5 years, 10 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/media/chrome_webrtc_audio_quality_browsertest.cc
diff --git a/chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc b/chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc
index cf559b5a2e4fc38fcf2b608acebf5df5912bcdd4..f1682bda1f1f9a6d11a4819bb23f0ecaf9f5eb96 100644
--- a/chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc
+++ b/chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc
@@ -266,7 +266,7 @@ bool ForceMicrophoneVolumeTo100Percent() {
command_line.AppendArg("-e");
command_line.AppendArg("set volume input volume 100");
command_line.AppendArg("-e");
- command_line.AppendArg("set volume output volume 100");
+ command_line.AppendArg("set volume output volume 85");
std::string result;
if (!base::GetAppOutput(command_line, &result)) {
« no previous file with comments | « no previous file | media/audio/fake_audio_consumer_unittest.cc » ('j') | media/audio/fake_audio_provider_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698