Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index d70ea5d6935f1628e7030645f9800481b5ad28ce..aa9bd3f5bd2d38f6a49cd9f019b2c897b635c1c6 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -580,6 +580,10 @@ 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 */) |
+ |
// Changes the title for the page in the UI when the page is navigated or the |
// title changes. Sent for top-level frames. |
IPC_MESSAGE_ROUTED3(FrameHostMsg_UpdateTitle, |