Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: net/base/network_interfaces.h

Issue 1265453004: Get WiFi SSID information for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed mef's comments Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/base/network_interfaces_win.cc » ('j') | net/base/network_interfaces_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | net/base/network_interfaces_win.cc » ('j') | net/base/network_interfaces_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698