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

Unified Diff: media/cast/test/receiver.cc

Issue 69603002: Incorporating logging into Cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up 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
Index: media/cast/test/receiver.cc
diff --git a/media/cast/test/receiver.cc b/media/cast/test/receiver.cc
index 56ede58e514f60e2b0ec680c2958862ce404105c..c861ffbe5d9cedb54bde9f86c5b8075a9da03a4e 100644
--- a/media/cast/test/receiver.cc
+++ b/media/cast/test/receiver.cc
@@ -201,9 +201,10 @@ int main(int argc, char** argv) {
base::DefaultTickClock clock;
scoped_refptr<base::SequencedTaskRunner>
task_runner(main_message_loop.message_loop_proxy());
+ // Enable receiver side threads, and disable logging.
scoped_refptr<media::cast::CastEnvironment> cast_environment(new
media::cast::CastEnvironment(&clock,
- task_runner, NULL, task_runner, NULL, task_runner));
+ task_runner, NULL, task_runner, NULL, task_runner, false, false, false));
media::cast::AudioReceiverConfig audio_config =
media::cast::GetAudioReceiverConfig();

Powered by Google App Engine
This is Rietveld 408576698