Chromium Code Reviews| Index: net/http/http_network_layer.cc |
| =================================================================== |
| --- net/http/http_network_layer.cc (revision 147972) |
| +++ 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* delegat) { |
|
willchan no longer on Chromium
2012/07/26 01:39:37
delegate
tburkard
2012/07/26 02:10:40
Done.
|
| if (suspended_) |
| return ERR_NETWORK_IO_SUSPENDED; |