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

Unified Diff: media/audio/audio_input_device_unittest.cc

Issue 2941773002: Added initial muted state to stream creation callback, to avoid races. (Closed)
Patch Set: Added mute information to DoCompleteCreation log message. Created 3 years, 6 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
« no previous file with comments | « media/audio/audio_input_device.cc ('k') | media/audio/audio_input_ipc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_input_device_unittest.cc
diff --git a/media/audio/audio_input_device_unittest.cc b/media/audio/audio_input_device_unittest.cc
index 1642ad0a5fae2a598c161414a8903161863aab61..3862398882806d94f8b3fa6433d17038cf501e21 100644
--- a/media/audio/audio_input_device_unittest.cc
+++ b/media/audio/audio_input_device_unittest.cc
@@ -100,7 +100,7 @@ TEST(AudioInputDeviceTest, FailToCreateStream) {
ACTION_P5(ReportOnStreamCreated, device, handle, socket, length, segments) {
static_cast<AudioInputIPCDelegate*>(device)->OnStreamCreated(
- handle, socket, length, segments);
+ handle, socket, length, segments, false);
}
TEST(AudioInputDeviceTest, CreateStream) {
« no previous file with comments | « media/audio/audio_input_device.cc ('k') | media/audio/audio_input_ipc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698