| Index: net/http/http_cache.h
|
| diff --git a/net/http/http_cache.h b/net/http/http_cache.h
|
| index 861d36ba4800a6c97eb06f3c80937d22e949dfe9..1f5fa5f1811f11e18090fbe35694ad3ff870dd39 100644
|
| --- a/net/http/http_cache.h
|
| +++ b/net/http/http_cache.h
|
| @@ -179,6 +179,10 @@ class NET_API HttpCache : public HttpTransactionFactory,
|
| // immediately, but they will not be reusable. This is for debugging.
|
| void CloseAllConnections();
|
|
|
| + // Called whenever an external cache in the system reuses the resource
|
| + // referred to by |url| and |http_method|.
|
| + void OnExternalCacheHit(const GURL& url, const std::string& http_method);
|
| +
|
| // HttpTransactionFactory implementation:
|
| virtual int CreateTransaction(scoped_ptr<HttpTransaction>* trans);
|
| virtual HttpCache* GetCache();
|
| @@ -345,7 +349,6 @@ class NET_API HttpCache : public HttpTransactionFactory,
|
| // Processes the backend creation notification.
|
| void OnBackendCreated(int result, PendingOp* pending_op);
|
|
|
| -
|
| // Variables ----------------------------------------------------------------
|
|
|
| NetLog* net_log_;
|
|
|