| Index: net/http/http_cache.h
|
| ===================================================================
|
| --- net/http/http_cache.h (revision 147972)
|
| +++ net/http/http_cache.h (working copy)
|
| @@ -191,7 +191,8 @@
|
| void OnExternalCacheHit(const GURL& url, const std::string& http_method);
|
|
|
| // HttpTransactionFactory implementation:
|
| - 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;
|
|
|
|
|