| 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();
|
|
|