Chromium Code Reviews| Index: net/base/network_interfaces.h |
| diff --git a/net/base/network_interfaces.h b/net/base/network_interfaces.h |
| index b667b415944ca672c7638ea7cec54d75e3fecd58..d05ce176d6609a2debab1a604574644a8d60917d 100644 |
| --- a/net/base/network_interfaces.h |
| +++ b/net/base/network_interfaces.h |
| @@ -79,7 +79,7 @@ NET_EXPORT bool GetNetworkList(NetworkInterfaceList* networks, |
| // Gets the SSID of the currently associated WiFi access point if there is one. |
| // Otherwise, returns empty string. |
| -// Currently only implemented on Linux, ChromeOS and Android. |
| +// Currently only implemented on Linux, ChromeOS, Android and OS_WIN. |
|
pauljensen
2015/07/29 12:09:20
OS_WIN->Windows
tbansal1
2015/07/30 02:05:25
Done. Also, changed at couple of other places.
|
| NET_EXPORT std::string GetWifiSSID(); |
| // General category of the IEEE 802.11 (wifi) physical layer operating mode. |