| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 305fc01a7539d52b5115a5b2cd90cc3051027779..2f4cdf0b8c1091f5bb6b05fb69db48c7b61a0670 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -882,11 +882,6 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstVisuallyNonEmptyPaint)
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_WaitForNextFrameForTests_ACK)
|
|
|
| #if defined(OS_ANDROID)
|
| -// Start an android intent with the given URI.
|
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_StartContentIntent,
|
| - GURL /* content_url */,
|
| - bool /* is_main_frame */)
|
| -
|
| // Notifies that an unhandled tap has occurred at the specified x,y position
|
| // and that the UI may need to be triggered.
|
| IPC_MESSAGE_ROUTED2(ViewHostMsg_ShowUnhandledTapUIIfNeeded,
|
|
|