| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 8bba1bcbc034b44a84c19bad3d8482a64013d12e..ee96fd3bbd09b3b71475c8f307cb8e516a62a35d 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -529,11 +529,6 @@ IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_V8HeapStats,
|
| int /* size of heap (allocated from the OS) */,
|
| int /* bytes in use */)
|
|
|
| -// Request for a DNS prefetch of the names in the array.
|
| -// NameList is typedef'ed std::vector<std::string>
|
| -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 */)
|
|
|