Chromium Code Reviews| Index: net/android/network_library.h |
| diff --git a/net/android/network_library.h b/net/android/network_library.h |
| index 26b326abe4a838a3167879854a01418e5c51ff36..83bdc66d9fa1b38f571ed66fdff34ff95c3fff74 100644 |
| --- a/net/android/network_library.h |
| +++ b/net/android/network_library.h |
| @@ -44,6 +44,11 @@ bool StoreKeyPair(const uint8* public_key, |
| // Also returns false if it cannot determine this. |
| bool HaveOnlyLoopbackAddresses(); |
| +// Return a string containing network list items, each item is a network name |
|
wtc
2012/09/11 23:04:49
Change "network list items" to "network interface
Shouqun Liu
2012/09/12 01:06:08
Done.
|
| +// and address pair. i.e. "eth0,10.0.0.2;eth0,fe80::5054:ff:fe12:3456" is a |
|
wtc
2012/09/11 23:04:49
Nit: I think "i.e." should be "e.g." because this
Shouqun Liu
2012/09/12 01:06:08
Done.
|
| +// 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, |