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