| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index b4186820b6164ffa84e53f6e2c0f9ff006f90f66..531e5a18a0bb3f5ea7b66471cd6be2d70517f5e8 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1656,11 +1656,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,
|
|
|