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 c314f8cd60bb4f501fcf550f026c692f2ec50165..a384ab4abcb3b0ba40754ad8ae56101294f2616b 100644 |
--- a/content/common/media/media_player_messages_android.h |
+++ b/content/common/media/media_player_messages_android.h |
@@ -68,6 +68,7 @@ IPC_STRUCT_BEGIN(MediaPlayerHostMsg_Initialize_Params) |
IPC_STRUCT_MEMBER(GURL, first_party_for_cookies) |
IPC_STRUCT_MEMBER(GURL, frame_url) |
IPC_STRUCT_MEMBER(bool, allow_credentials) |
+ IPC_STRUCT_MEMBER(int64_t, delegate_id) |
mlamouri (slow - plz ping)
2016/01/19 16:59:11
If I understand correctly `delegate_id` is there o
DaleCurtis
2016/01/20 00:43:58
Correct.
|
IPC_STRUCT_END() |
// Chrome for Android seek message sequence is: |