| Index: net/http/http_network_layer.h
|
| ===================================================================
|
| --- net/http/http_network_layer.h (revision 26789)
|
| +++ net/http/http_network_layer.h (working copy)
|
| @@ -45,7 +45,7 @@
|
| static HttpTransactionFactory* CreateFactory(HttpNetworkSession* session);
|
|
|
| // HttpTransactionFactory methods:
|
| - virtual HttpTransaction* CreateTransaction();
|
| + virtual int CreateTransaction(scoped_ptr<HttpTransaction>* trans);
|
| virtual HttpCache* GetCache();
|
| virtual void Suspend(bool suspend);
|
|
|
|
|