| Index: chrome/common/local_discovery/local_discovery_messages.h
|
| diff --git a/chrome/common/local_discovery/local_discovery_messages.h b/chrome/common/local_discovery/local_discovery_messages.h
|
| index e597da3666de544923205bbc915b2e66cfd89c0a..d1b5b7ea1e81ed479d0c6aeba4a3fa9cd9f31fe7 100644
|
| --- a/chrome/common/local_discovery/local_discovery_messages.h
|
| +++ b/chrome/common/local_discovery/local_discovery_messages.h
|
| @@ -130,9 +130,8 @@ IPC_MESSAGE_CONTROL3(
|
| local_discovery::ServiceDescription /* description */)
|
|
|
| // Notifies browser process about local domain resolution results.
|
| -IPC_MESSAGE_CONTROL4(
|
| - LocalDiscoveryHostMsg_LocalDomainResolverCallback,
|
| - uint64 /* id */,
|
| - bool /* success */,
|
| - net::IPAddressNumber /* ip_address_ipv4 */,
|
| - net::IPAddressNumber /* ip_address_ipv6 */)
|
| +IPC_MESSAGE_CONTROL4(LocalDiscoveryHostMsg_LocalDomainResolverCallback,
|
| + uint64 /* id */,
|
| + bool /* success */,
|
| + net::IPAddress /* ip_address_ipv4 */,
|
| + net::IPAddress /* ip_address_ipv6 */)
|
|
|