| 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) {
|
| if (suspended_)
|
| return ERR_NETWORK_IO_SUSPENDED;
|
|
|
|
|