Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5026)

Unified Diff: chrome/browser/extensions/api/dial/dial_service.h

Issue 23712002: Cleanup network type matching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Generalized network type matching. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698