| Index: content/public/renderer/associated_resource_fetcher.h
|
| diff --git a/content/public/renderer/associated_resource_fetcher.h b/content/public/renderer/associated_resource_fetcher.h
|
| index adf394182680f65db62aa34b4c9b30e5a4ea665b..5dca1ab38fb65520cddde9cb4aeee7971900551f 100644
|
| --- a/content/public/renderer/associated_resource_fetcher.h
|
| +++ b/content/public/renderer/associated_resource_fetcher.h
|
| @@ -42,8 +42,8 @@ class CONTENT_EXPORT AssociatedResourceFetcher {
|
| // the request, and the callback will never be run.
|
| static AssociatedResourceFetcher* Create(const GURL& url);
|
|
|
| - virtual void SetSkipServiceWorker(
|
| - blink::WebURLRequest::SkipServiceWorker skip_service_worker) = 0;
|
| + virtual void SetServiceWorkerMode(
|
| + blink::WebURLRequest::ServiceWorkerMode service_worker_mode) = 0;
|
| virtual void SetCachePolicy(blink::WebCachePolicy policy) = 0;
|
|
|
| // Associate the corresponding WebURLLoaderOptions to the loader. Must be
|
|
|