| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index fa3159ae2606a400f67140a1f8a52f3c9391f335..cb8a37e391fd3b4a9d19f9206964fbf3afb9cb2f 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -710,10 +710,11 @@ IPC_MESSAGE_ROUTED2(FrameHostMsg_SetSelectedColorInColorChooser,
|
| SkColor /* color */)
|
|
|
| // Notifies the browser that media has started/stopped playing.
|
| -IPC_MESSAGE_ROUTED3(FrameHostMsg_MediaPlayingNotification,
|
| +IPC_MESSAGE_ROUTED4(FrameHostMsg_MediaPlayingNotification,
|
| int64 /* player_cookie, distinguishes instances */,
|
| bool /* has_video */,
|
| - bool /* has_audio */)
|
| + bool /* has_audio */,
|
| + bool /* is_remote */)
|
|
|
| IPC_MESSAGE_ROUTED1(FrameHostMsg_MediaPausedNotification,
|
| int64 /* player_cookie, distinguishes instances */)
|
|
|