| Index: net/android/network_library.h
|
| diff --git a/net/android/network_library.h b/net/android/network_library.h
|
| index ba2bfb5eb355354faea8b16758e36f6e83ea256a..4a4ddca2e5ae6acae2df6de520c2c756409d6d47 100644
|
| --- a/net/android/network_library.h
|
| +++ b/net/android/network_library.h
|
| @@ -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,
|
|
|