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

Unified Diff: content/renderer/p2p/port_allocator.h

Issue 1307943011: Simple variable renaming: remove transport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@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
Index: content/renderer/p2p/port_allocator.h
diff --git a/content/renderer/p2p/port_allocator.h b/content/renderer/p2p/port_allocator.h
index 0d4048a38cd585beb96e807122b0bb4b57de260e..a789e7a93cc6384d14988deea084e0ca0c6f2f2d 100644
--- a/content/renderer/p2p/port_allocator.h
+++ b/content/renderer/p2p/port_allocator.h
@@ -38,7 +38,7 @@ class P2PPortAllocator : public cricket::BasicPortAllocator {
// Enable non-proxied UDP-based transport when set to true. When set to
// false, it effectively disables all UDP traffic until UDP-supporting proxy
// RETURN is available in the future.
- bool enable_nonproxied_udp_transport = true;
+ bool enable_nonproxied_udp = true;
// Disable binding to individual NICs when set to false.
bool enable_multiple_routes = true;
« no previous file with comments | « content/renderer/media/webrtc/peer_connection_dependency_factory.cc ('k') | content/renderer/p2p/port_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698