| Index: components/cronet/android/url_request_adapter.h
|
| diff --git a/components/cronet/android/url_request_adapter.h b/components/cronet/android/url_request_adapter.h
|
| index 8704a007bf3937fcc7c6caa73636845e8ea2f9a4..4ba153e1adf0bd1dccef2e88753705da2b6519d4 100644
|
| --- a/components/cronet/android/url_request_adapter.h
|
| +++ b/components/cronet/android/url_request_adapter.h
|
| @@ -118,6 +118,9 @@ class URLRequestAdapter : public net::URLRequest::Delegate {
|
| // Get NPN or ALPN Negotiated Protocol (if any) from HttpResponseInfo.
|
| std::string GetNegotiatedProtocol() const;
|
|
|
| + // Returns whether the response is serviced from cache.
|
| + bool GetWasCached() const;
|
| +
|
| // net::URLRequest::Delegate implementation:
|
| void OnResponseStarted(net::URLRequest* request) override;
|
| void OnReadCompleted(net::URLRequest* request, int bytes_read) override;
|
|
|