| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 754e57de77a8ee3c04cda494dd4d3b2472bb536b..1bcf63b81c4fab882e8534df1a53b0971615c9bd 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -545,10 +545,6 @@ IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_V8HeapStats,
|
| int /* size of heap (allocated from the OS) */,
|
| int /* bytes in use */)
|
|
|
| -// Request for preconnect to host providing resource specified by URL
|
| -IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_Preconnect,
|
| - GURL /* preconnect target url */)
|
| -
|
| // Notifies when a plugin couldn't be loaded because it's outdated.
|
| IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_BlockedOutdatedPlugin,
|
| int /* placeholder ID */,
|
|
|