| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index c167ad1fac7ab02100113a72cc33464353b83898..61f4d2f0fdbfe5e6b0aa6e8da08dd9c3ce64291b 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2092,6 +2092,12 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_SendSerializedHtmlData,
|
| std::string /* data buffer */,
|
| int32 /* complete status */)
|
|
|
| +#if defined(OS_ANDROID)
|
| +// Start an android intent with the given URI.
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_StartContentIntent,
|
| + GURL /* content_url */)
|
| +#endif
|
| +
|
| // Notifies the browser of an event occurring in the media pipeline.
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvent,
|
| media::MediaLogEvent /* event */)
|
|
|