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

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: Merge from master and address Justin's comments. 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
Index: webrtc/base/network.cc
diff --git a/webrtc/base/network.cc b/webrtc/base/network.cc
index 2081c94e2c767f626b77920e8b2dd8799d6a1c98..ba68316a8cb4bc120e0334698f83ac5b7fa736e5 100644
--- a/webrtc/base/network.cc
+++ b/webrtc/base/network.cc
@@ -306,6 +306,8 @@ void NetworkManagerBase::MergeNetworkList(const NetworkList& new_networks,
}
}
}
+
+ network_permission_state_ = STATE_ALLOWED;
}
BasicNetworkManager::BasicNetworkManager()

Powered by Google App Engine
This is Rietveld 408576698