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

Unified Diff: net/base/network_interfaces_linux.h

Issue 2750453002: Add DiscoveryNetworkMonitor implementation (Closed)
Patch Set: Respond to mfoltz' and imcheng's comments Created 3 years, 9 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
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,
« chrome/browser/media/router/discovery/discovery_network_monitor.cc ('K') | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698