| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 5a946e345571deba51733d48662c4100e38bc7ae..3b85195dd96a2c25a9e2391e12f044b09b0ebdef 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -644,6 +644,10 @@ IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_V8HeapStats,
|
| IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_DnsPrefetch,
|
| std::vector<std::string> /* hostnames */)
|
|
|
| +// 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 */,
|
|
|