Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / android / network_library.h
index ba2bfb5..4a4ddca 100644 (file)
@@ -60,12 +60,6 @@ NET_EXPORT void StoreCertificate(net::CertificateMimeType cert_type,
 // Also returns false if it cannot determine this.
 bool HaveOnlyLoopbackAddresses();
 
-// Return a string containing a list of network interfaces, each item is a
-// network name and address pair.
-// e.g. "eth0,10.0.0.2;eth0,fe80::5054:ff:fe12:3456" is a result string
-// containing two items.
-std::string GetNetworkList();
-
 // Get the mime type (if any) that is associated with the file extension.
 // Returns true if a corresponding mime type exists.
 bool GetMimeTypeFromExtension(const std::string& extension,