Index: net/http/http_network_layer.cc |
=================================================================== |
--- net/http/http_network_layer.cc (revision 148459) |
+++ net/http/http_network_layer.cc (working copy) |
@@ -102,7 +102,8 @@ |
//----------------------------------------------------------------------------- |
-int HttpNetworkLayer::CreateTransaction(scoped_ptr<HttpTransaction>* trans) { |
+int HttpNetworkLayer::CreateTransaction(scoped_ptr<HttpTransaction>* trans, |
+ HttpTransactionDelegate* delegate) { |
if (suspended_) |
return ERR_NETWORK_IO_SUSPENDED; |