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

Unified Diff: net/http/http_network_layer.h

Issue 6800009: Attn: Mike Belshe Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 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
Index: net/http/http_network_layer.h
===================================================================
--- net/http/http_network_layer.h (revision 80449)
+++ net/http/http_network_layer.h (working copy)
@@ -55,6 +55,10 @@
// "none" : disables both SSL and compression.
static void EnableSpdy(const std::string& mode);
+ // Enable the SCTP transport protocol.
+ // Without calling this function, SCTP is disabled.
+ static void EnableSctp(const std::string& sctp_mode);
+
// HttpTransactionFactory methods:
virtual int CreateTransaction(scoped_ptr<HttpTransaction>* trans);
virtual HttpCache* GetCache();

Powered by Google App Engine
This is Rietveld 408576698