| Index: chrome/browser/extensions/api/dial/dial_service.h
|
| diff --git a/chrome/browser/extensions/api/dial/dial_service.h b/chrome/browser/extensions/api/dial/dial_service.h
|
| index 05d328c5ba07d9471ab15d56bf2b85f848b2bc06..5c0dc0d0002a0e06c49ef3ff089c917652b0d79f 100644
|
| --- a/chrome/browser/extensions/api/dial/dial_service.h
|
| +++ b/chrome/browser/extensions/api/dial/dial_service.h
|
| @@ -113,12 +113,6 @@ class DialServiceImpl : public DialService,
|
| // Starts the control flow for one discovery cycle.
|
| void StartDiscovery();
|
|
|
| -#if defined(OS_CHROMEOS)
|
| - // Returns the IP address of the preferred interface to bind the socket. This
|
| - // ChromeOS version can prioritize wifi and ethernet interfaces.
|
| - net::IPAddressNumber GetBestBindAddressChromeOS();
|
| -#endif
|
| -
|
| // Establishes the UDP socket that is used for requests and responses,
|
| // establishes a read callback on the socket, and sends the first discovery
|
| // request. Returns true if successful.
|
|
|