Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index b3d8cd188ab3c750effd13e42f967b2bc0362df9..7b67fce8c8aee01b7c3004c656ece63a64179bb0 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -622,6 +622,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 */, |