Chromium Code Reviews| Index: components/network_hints/common/network_hints_messages.h |
| diff --git a/components/network_hints/common/network_hints_messages.h b/components/network_hints/common/network_hints_messages.h |
| index 12b1c656e9f475c278fcf7f59438846ed3f5153b..88123eb9ebaafe30b8303f73fd4cc5c183861e47 100644 |
| --- a/components/network_hints/common/network_hints_messages.h |
| +++ b/components/network_hints/common/network_hints_messages.h |
| @@ -10,6 +10,7 @@ |
| #include "content/public/common/common_param_traits.h" |
| #include "ipc/ipc_message_macros.h" |
| #include "ipc/ipc_message_utils.h" |
| +#include "third_party/WebKit/public/platform/WebCrossOriginAttribute.h" |
|
Ryan Sleevi
2015/06/10 19:30:42
Unused
|
| // Singly-included section for custom IPC traits. |
| #ifndef COMPONENTS_NETWORK_HINTS_COMMON_NETWORK_HINTS_MESSAGES_H_ |
| @@ -42,7 +43,8 @@ IPC_MESSAGE_CONTROL1(NetworkHintsMsg_DNSPrefetch, |
| // Request for preconnect to host providing resource specified by URL |
| -IPC_MESSAGE_CONTROL2(NetworkHintsMsg_Preconnect, |
| +IPC_MESSAGE_CONTROL3(NetworkHintsMsg_Preconnect, |
| GURL /* preconnect target url */, |
| + bool /* is connection in anonymous CORS mode */, |
| int /* number of connections */) |