| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 5271e4e191c55ffc62063bf46bcfbe81b10731b8..698a8b2afbf0c963d07704778bea8b9b929a3f98 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -728,10 +728,6 @@ IPC_MESSAGE_ROUTED0(FrameHostMsg_DidAccessInitialDocument)
|
| // the window. Sent for top-level frames.
|
| IPC_MESSAGE_ROUTED0(FrameHostMsg_DidDisownOpener)
|
|
|
| -// Notifies the browser that a page id was assigned.
|
| -IPC_MESSAGE_ROUTED1(FrameHostMsg_DidAssignPageId,
|
| - int32 /* page_id */)
|
| -
|
| // Notifies the browser that sandbox flags have changed for a subframe of this
|
| // frame.
|
| IPC_MESSAGE_ROUTED2(FrameHostMsg_DidChangeSandboxFlags,
|
|
|