| Index: net/android/network_library.h
|
| diff --git a/net/android/network_library.h b/net/android/network_library.h
|
| index 26b326abe4a838a3167879854a01418e5c51ff36..a0cf7d338391f2e4811f96aa6acba14d7f0bde33 100644
|
| --- a/net/android/network_library.h
|
| +++ b/net/android/network_library.h
|
| @@ -44,6 +44,12 @@ bool StoreKeyPair(const uint8* public_key,
|
| // 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,
|
|
|