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

Unified Diff: media/cast/net/cast_transport_sender.h

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/net/cast_transport_sender.h
diff --git a/media/cast/net/cast_transport_sender.h b/media/cast/net/cast_transport_sender.h
index b3d5c701ee697ec8f41bfa356c100d6436773c67..79a5c6d063ee397fa4b2fcbbc4610b7fe3cc85fc 100644
--- a/media/cast/net/cast_transport_sender.h
+++ b/media/cast/net/cast_transport_sender.h
@@ -53,6 +53,7 @@ class CastTransportSender : public base::NonThreadSafe {
net::NetLog* net_log,
base::TickClock* clock,
const net::IPEndPoint& remote_end_point,
+ const std::string& options,
Alpha Left Google 2014/09/09 00:30:46 I suggest this be base::DictionaryValue which is a
hubbe 2014/09/09 20:10:01 Done.
const CastTransportStatusCallback& status_callback,
const BulkRawEventsCallback& raw_events_callback,
base::TimeDelta raw_events_callback_interval,

Powered by Google App Engine
This is Rietveld 408576698