| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index a5c28ea39d82941caae4813633f55c74b425b5a4..38f4e199fdbe714e9adb5f0831631a0a267f3e6a 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -430,8 +430,7 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_DidFinishLoad,
|
|
|
| // Sent when after the onload handler has been invoked for the document
|
| // in this frame. Sent for top-level frames.
|
| -IPC_MESSAGE_ROUTED1(FrameHostMsg_DocumentOnLoadCompleted,
|
| - int32 /* page_id */)
|
| +IPC_MESSAGE_ROUTED0(FrameHostMsg_DocumentOnLoadCompleted)
|
|
|
| // 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
|
|
|