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

Unified Diff: webkit/glue/p2p_transport.cc

Issue 7888022: Add DISABLE_TCP_TRANSPORT flag in the Transport API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 3 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 | « webkit/glue/p2p_transport.h ('k') | webkit/plugins/ppapi/ppb_transport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/p2p_transport.cc
diff --git a/webkit/glue/p2p_transport.cc b/webkit/glue/p2p_transport.cc
index f79c21ffad70203e95a46037acc93b8db2d7a9d1..1dcb1d516bdb0edf06fa18141324bc45537dc572 100644
--- a/webkit/glue/p2p_transport.cc
+++ b/webkit/glue/p2p_transport.cc
@@ -13,7 +13,8 @@ P2PTransport::Config::Config()
tcp_receive_window(0),
tcp_send_window(0),
tcp_no_delay(false),
- tcp_ack_delay_ms(0) {
+ tcp_ack_delay_ms(0),
+ disable_tcp_transport(false) {
}
P2PTransport::Config::~Config() {
« no previous file with comments | « webkit/glue/p2p_transport.h ('k') | webkit/plugins/ppapi/ppb_transport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698