| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index e10872a97a3a816184c39adc5c5cf11e9f2c0474..f12fa45f7f47a36856b2a9236ac9c1553800e0ab 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -824,11 +824,6 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_ShowDisambiguationPopup,
|
| gfx::Size, /* Size of zoomed image */
|
| cc::SharedBitmapId /* id */)
|
|
|
| -// Notifies the browser that document has parsed the body. This is used by the
|
| -// ResourceScheduler as an indication that bandwidth contention won't block
|
| -// first paint.
|
| -IPC_MESSAGE_ROUTED0(ViewHostMsg_WillInsertBody)
|
| -
|
| // Notification that the urls for the favicon of a site has been determined.
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateFaviconURL,
|
| std::vector<content::FaviconURL> /* candidates */)
|
|
|