| Index: content/child/service_worker/web_service_worker_registration_impl.h
 | 
| diff --git a/content/child/service_worker/web_service_worker_registration_impl.h b/content/child/service_worker/web_service_worker_registration_impl.h
 | 
| index 9dece685879c4147f54183b458362a2b5e936933..d081115d4297ec00b898df0b9192394583ff590c 100644
 | 
| --- a/content/child/service_worker/web_service_worker_registration_impl.h
 | 
| +++ b/content/child/service_worker/web_service_worker_registration_impl.h
 | 
| @@ -49,6 +49,7 @@ class CONTENT_EXPORT WebServiceWorkerRegistrationImpl
 | 
|    void setProxy(blink::WebServiceWorkerRegistrationProxy* proxy) override;
 | 
|    blink::WebServiceWorkerRegistrationProxy* proxy() override;
 | 
|    blink::WebURL scope() const override;
 | 
| +  bool useCache() const override;
 | 
|    void update(
 | 
|        blink::WebServiceWorkerProvider* provider,
 | 
|        std::unique_ptr<WebServiceWorkerUpdateCallbacks> callbacks) override;
 | 
| 
 |