| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 18f751abdfe89def38409443d729d64ece242bc3..7b428a68fe3b3878fe4ca4a5cebf7175e24d63ad 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -422,6 +422,10 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_DidStartLoading,
|
| // notion of the throbber stopping.
|
| IPC_MESSAGE_ROUTED0(FrameHostMsg_DidStopLoading)
|
|
|
| +// Sent when the renderer changed the progress of a load.
|
| +IPC_MESSAGE_ROUTED1(FrameHostMsg_DidChangeLoadProgress,
|
| + double /* load_progress */)
|
| +
|
| // Requests that the given URL be opened in the specified manner.
|
| IPC_MESSAGE_ROUTED1(FrameHostMsg_OpenURL, FrameHostMsg_OpenURL_Params)
|
|
|
|
|