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

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

Issue 551883004: Cast: Let the extension control if DSCP is on or off. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: media/cast/test/sender.cc
diff --git a/media/cast/test/sender.cc b/media/cast/test/sender.cc
index a90422291cd258e6a55e363494a4ad4189d67a70..afe71455ccd04a3899950e76df77cc139e8484e0 100644
--- a/media/cast/test/sender.cc
+++ b/media/cast/test/sender.cc
@@ -322,6 +322,7 @@ int main(int argc, char** argv) {
NULL, // net log.
cast_environment->Clock(),
remote_endpoint,
+ "", // options
base::Bind(&UpdateCastTransportStatus),
base::Bind(&LogRawEvents, cast_environment),
base::TimeDelta::FromSeconds(1),

Powered by Google App Engine
This is Rietveld 408576698