| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 36b0684cc807130788f2e5dbb8b0d16dd5ca4a92..6c198ea4f312dc33f9a497509bb8a4f3709e8561 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -1067,9 +1067,6 @@ IPC_MESSAGE_ROUTED0(FrameHostMsg_DidAccessInitialDocument)
|
| // window.
|
| IPC_MESSAGE_ROUTED1(FrameHostMsg_DidChangeOpener, int /* opener_routing_id */)
|
|
|
| -// Notifies the browser that a page id was assigned.
|
| -IPC_MESSAGE_ROUTED1(FrameHostMsg_DidAssignPageId, int32_t /* page_id */)
|
| -
|
| // Notifies the browser that sandbox flags have changed for a subframe of this
|
| // frame.
|
| IPC_MESSAGE_ROUTED2(FrameHostMsg_DidChangeSandboxFlags,
|
|
|