| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 23e4ed02735e5f1be4f1fbf9f84ad19d311cca73..701ccca308e04f29952ed0acaed809df5abcb8d3 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1217,6 +1217,10 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_DocumentLoadedInFrame,
|
| long long /* frame_id */)
|
|
|
| + // Notifies the browser that a frame finished loading.
|
| + IPC_MESSAGE_ROUTED1(ViewHostMsg_DidFinishLoad,
|
| + long long /* frame_id */)
|
| +
|
| // Changes the title for the page in the UI when the page is navigated or the
|
| // title changes.
|
| // TODO(darin): use a UTF-8 string to reduce data size
|
|
|