| Index: net/base/network_interfaces_linux.h
|
| diff --git a/net/base/network_interfaces_linux.h b/net/base/network_interfaces_linux.h
|
| index 9dfea10fb3a1f09ecbe184a4076d06e05a17f197..39ffb026224052fae104a96b1c3dff54c413a135 100644
|
| --- a/net/base/network_interfaces_linux.h
|
| +++ b/net/base/network_interfaces_linux.h
|
| @@ -22,6 +22,8 @@ typedef char* (*GetInterfaceNameFunction)(int interface_index, char* ifname);
|
|
|
| typedef std::string (*GetInterfaceSSIDFunction)(const std::string& ifname);
|
|
|
| +NET_EXPORT std::string GetInterfaceSSID(const std::string& ifname);
|
| +
|
| NET_EXPORT bool GetNetworkListImpl(
|
| NetworkInterfaceList* networks,
|
| int policy,
|
|
|