| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 89a317e475d2f6b2728ba157a565b3116d657596..985ef43c3855a0cd36c0668038551bfadd91d5af 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1646,11 +1646,6 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_LockMouse,
|
| // ViewHostMsg_UnlockMouse).
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_UnlockMouse)
|
|
|
| -// Notifies that the initial empty document of a view has been accessed.
|
| -// After this, it is no longer safe to show a pending navigation's URL without
|
| -// making a URL spoof possible.
|
| -IPC_MESSAGE_ROUTED0(ViewHostMsg_DidAccessInitialDocument)
|
| -
|
| // Notifies that multiple touch targets may have been pressed, and to show
|
| // the disambiguation popup.
|
| IPC_MESSAGE_ROUTED3(ViewHostMsg_ShowDisambiguationPopup,
|
|
|