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

Unified Diff: webrtc/base/network.h

Issue 1837823005: GetDefaultLocalAddress should return the bestIP (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Rebase to the master Created 4 years, 8 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 | webrtc/base/network.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/network.h
diff --git a/webrtc/base/network.h b/webrtc/base/network.h
index ee22d5e573075c24b5842433d9f004400e7099e8..7c328fffe940cec201d8db62018146e0b25b1929 100644
--- a/webrtc/base/network.h
+++ b/webrtc/base/network.h
@@ -160,6 +160,8 @@ class NetworkManagerBase : public NetworkManager {
private:
friend class NetworkTest;
+ Network* GetNetworkFromAddress(const rtc::IPAddress& ip) const;
+
EnumerationPermission enumeration_permission_;
NetworkList networks_;
« no previous file with comments | « no previous file | webrtc/base/network.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698