Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index c167ad1fac7ab02100113a72cc33464353b83898..2a71a0804358b37e2b684bc7275069d09b42b92c 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 */) |
jam
2012/07/10 21:06:16
nit: convention (not followed everywhere, unfortun
Leandro GraciĆ” Gil
2012/07/11 10:55:43
Done.
|
+#endif |
+ |
// Notifies the browser of an event occurring in the media pipeline. |
IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvent, |
media::MediaLogEvent /* event */) |