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

Unified Diff: chrome/common/cast_messages.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: comments addressed 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: chrome/common/cast_messages.h
diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h
index b1b9f5a9f41c33c8513e82a61627951377cb46ec..c1e22dd5a8584bf3525d3810ac2994485a7422d0 100644
--- a/chrome/common/cast_messages.h
+++ b/chrome/common/cast_messages.h
@@ -141,10 +141,11 @@ IPC_MESSAGE_CONTROL3(
uint32 /* ssrc */,
uint32 /* frame_id */)
-IPC_MESSAGE_CONTROL2(
+IPC_MESSAGE_CONTROL3(
CastHostMsg_New,
int32 /* channel_id */,
- net::IPEndPoint /*remote_end_point*/)
+ net::IPEndPoint /* remote_end_point */,
+ base::DictionaryValue /* options */)
IPC_MESSAGE_CONTROL1(
CastHostMsg_Delete,

Powered by Google App Engine
This is Rietveld 408576698