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

Unified Diff: content/common/media/media_player_messages_android.h

Issue 2480003002: [RemotePlayback] Keep track of source compatibility and reject prompt() correspondingly (Closed)
Patch Set: Rebased Created 4 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: content/common/media/media_player_messages_android.h
diff --git a/content/common/media/media_player_messages_android.h b/content/common/media/media_player_messages_android.h
index 9e02b9b948e9effc4212fec234400b09b83fc709..6b130d9b2f20f05434fb43746338f30273cd1240 100644
--- a/content/common/media/media_player_messages_android.h
+++ b/content/common/media/media_player_messages_android.h
@@ -129,9 +129,10 @@ IPC_MESSAGE_ROUTED1(MediaPlayerMsg_CancelledRemotePlaybackRequest,
int /* player_id */)
// The availability of remote devices has changed
-IPC_MESSAGE_ROUTED2(MediaPlayerMsg_RemoteRouteAvailabilityChanged,
+IPC_MESSAGE_ROUTED3(MediaPlayerMsg_RemoteRouteAvailabilityChanged,
int /* player_id */,
- bool /* routes_available */)
+ bool /* is_route_available */,
+ bool /* is_source_compatible */)
dcheng 2016/11/09 19:03:41 Sorry, I should have been clearer in my original c
whywhat 2016/11/09 22:09:28 Any advice on reusing the enum from public/platfor
// Messages for controlling the media playback in browser process ----------

Powered by Google App Engine
This is Rietveld 408576698