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