| Index: net/base/network_interfaces_linux.cc
|
| diff --git a/net/base/network_interfaces_linux.cc b/net/base/network_interfaces_linux.cc
|
| index 8aea321fd13c862f6968983a47aa3c92fa74de39..03030c957ed89403b74b6c5053e27fd9c5ca5f44 100644
|
| --- a/net/base/network_interfaces_linux.cc
|
| +++ b/net/base/network_interfaces_linux.cc
|
| @@ -215,6 +215,7 @@ bool GetNetworkList(NetworkInterfaceList* networks, int policy) {
|
| &internal::AddressTrackerLinux::GetInterfaceName);
|
| }
|
|
|
| +#if !defined(OS_ANDROID)
|
| std::string GetWifiSSID() {
|
| NetworkInterfaceList networks;
|
| if (GetNetworkList(&networks, INCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES)) {
|
| @@ -223,5 +224,6 @@ std::string GetWifiSSID() {
|
| }
|
| return "";
|
| }
|
| +#endif // !defined(OS_ANDROID)
|
|
|
| } // namespace net
|
|
|