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 c8c724c481cad6bbde6f00d474e14ba883af367a..130035ceaa90cad1334d14b52b746e81144e2846 100644 |
--- a/components/network_hints/common/network_hints_messages.h |
+++ b/components/network_hints/common/network_hints_messages.h |
@@ -42,7 +42,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 /* Does connection have its credentials flag set */, |
int /* number of connections */) |