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

Unified Diff: webrtc/base/network.cc

Issue 1284113003: Move the concept of multiple route into Network (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 4 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 | « webrtc/base/network.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/network.cc
diff --git a/webrtc/base/network.cc b/webrtc/base/network.cc
index 8dda89f42c08dc190ddc5b2f21d3cf16d9fabd3d..ff9c01afdfa2e2b63e49ddc0b532e5050f4be9e2 100644
--- a/webrtc/base/network.cc
+++ b/webrtc/base/network.cc
@@ -163,6 +163,11 @@ NetworkManager::NetworkManager() {
NetworkManager::~NetworkManager() {
}
+NetworkManager::EnumerationPermission NetworkManager::enumeration_permission()
+ const {
+ return kEnumerationAllowed;
+}
+
NetworkManagerBase::NetworkManagerBase()
: enumeration_permission_(NetworkManager::kEnumerationAllowed),
max_ipv6_networks_(kMaxIPv6Networks),
« no previous file with comments | « webrtc/base/network.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698