| Index: content/browser/appcache/appcache_interceptor.h
|
| diff --git a/content/browser/appcache/appcache_interceptor.h b/content/browser/appcache/appcache_interceptor.h
|
| index 9d1abc31b6abb1752e4770a6af551caae0934abc..e655be1988859eb0a81cda35db0ab493af7cc2dc 100644
|
| --- a/content/browser/appcache/appcache_interceptor.h
|
| +++ b/content/browser/appcache/appcache_interceptor.h
|
| @@ -19,6 +19,7 @@ class URLRequest;
|
| }
|
|
|
| namespace content {
|
| +class AppCacheHost;
|
| class AppCacheRequestHandler;
|
| class AppCacheServiceImpl;
|
| class ResourceMessageFilter;
|
| @@ -35,6 +36,13 @@ class CONTENT_EXPORT AppCacheInterceptor : public net::URLRequestInterceptor {
|
| ResourceType resource_type,
|
| bool should_reset_appcache);
|
|
|
| + // PlzNavigate
|
| + // Must be called to make a request eligible for retrieval from an appcache.
|
| + static void SetExtraRequestInfoForHost(net::URLRequest* request,
|
| + AppCacheHost* host,
|
| + ResourceType resource_type,
|
| + bool should_reset_appcache);
|
| +
|
| // May be called after response headers are complete to retrieve extra
|
| // info about the response.
|
| static void GetExtraResponseInfo(net::URLRequest* request,
|
|
|