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

Unified Diff: net/base/net_util_win.h

Issue 754433003: Update from https://crrev.com/305340 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « net/base/net_util_unittest.cc ('k') | net/base/net_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_util_win.h
diff --git a/net/base/net_util_win.h b/net/base/net_util_win.h
index afa888b1320cf25b96be6555cc10acd9196aaa65..b0c2dd6217ee4a5fa095e15a1492b8d2052622ac 100644
--- a/net/base/net_util_win.h
+++ b/net/base/net_util_win.h
@@ -8,10 +8,12 @@
// This file is only used to expose some of the internals
// of net_util_win.cc to tests.
+#include <iphlpapi.h>
#include <wlanapi.h>
#include "base/win/scoped_handle.h"
#include "net/base/net_export.h"
+#include "net/base/net_util.h"
namespace net {
namespace internal {
@@ -78,6 +80,12 @@ struct WlanApiDeleter {
}
};
+NET_EXPORT bool GetNetworkListImpl(
+ NetworkInterfaceList* networks,
+ int policy,
+ bool is_xp,
+ const IP_ADAPTER_ADDRESSES* ip_adapter_addresses);
+
} // namespace internal
} // namespace net
« no previous file with comments | « net/base/net_util_unittest.cc ('k') | net/base/net_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698