| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index f210824ac9ba2ff5d4fc0a6b47e31f7a96b72518..7964f2df3e29013f75c66e9eb5d6942ed5caa35d 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1283,12 +1283,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateState,
|
| int32 /* page_id */,
|
| content::PageState /* state */)
|
|
|
| -// Notifies the browser that a frame finished loading.
|
| -IPC_MESSAGE_ROUTED3(ViewHostMsg_DidFinishLoad,
|
| - int64 /* frame_id */,
|
| - GURL /* validated_url */,
|
| - bool /* is_main_frame */)
|
| -
|
| // Changes the title for the page in the UI when the page is navigated or the
|
| // title changes.
|
| IPC_MESSAGE_ROUTED3(ViewHostMsg_UpdateTitle,
|
|
|