| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 478228265ba5a9b363d3b54a1d7721175bac5597..e9aa72ab6304baae6ddd4b08290499fc8917d343 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -344,6 +344,11 @@ IPC_MESSAGE_ROUTED0(FrameHostMsg_DidStartLoading)
|
| // notion of the throbber stopping.
|
| IPC_MESSAGE_ROUTED0(FrameHostMsg_DidStopLoading)
|
|
|
| +// Notifies the browser that a frame finished loading.
|
| +IPC_MESSAGE_ROUTED2(FrameHostMsg_DidFinishLoad,
|
| + GURL /* validated_url */,
|
| + bool /* is_main_frame */)
|
| +
|
| // Following message is used to communicate the values received by the
|
| // callback binding the JS to Cpp.
|
| // An instance of browser that has an automation host listening to it can
|
|
|