| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 17847)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -682,6 +682,9 @@
|
| int32 /* page_id */,
|
| std::string /* state */)
|
|
|
| + // Notifies the browser that a document has been loaded in a frame.
|
| + IPC_MESSAGE_ROUTED0(ViewHostMsg_DocumentLoadedInFrame)
|
| +
|
| // 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
|
|
|