Index: net/http/http_network_layer.h |
=================================================================== |
--- net/http/http_network_layer.h (revision 147972) |
+++ net/http/http_network_layer.h (working copy) |
@@ -47,7 +47,8 @@ |
static void EnableSpdy(const std::string& mode); |
// HttpTransactionFactory methods: |
- virtual int CreateTransaction(scoped_ptr<HttpTransaction>* trans) OVERRIDE; |
+ virtual int CreateTransaction(scoped_ptr<HttpTransaction>* trans, |
+ HttpTransactionDelegate* delegate) OVERRIDE; |
virtual HttpCache* GetCache() OVERRIDE; |
virtual HttpNetworkSession* GetSession() OVERRIDE; |