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

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: Now uses DictionaryValue 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..a84bd28cbde40682b7787753b9b8d136c3de188e 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,
+ make_scoped_ptr(new base::DictionaryValue), // options
base::Bind(&UpdateCastTransportStatus),
base::Bind(&LogRawEvents, cast_environment),
base::TimeDelta::FromSeconds(1),

Powered by Google App Engine
This is Rietveld 408576698