| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| index abb65b3d6c0dfff596e7c4c3fe2487d2628fe431..c5130338121faa76ad8fac7d95b4e68e95b7755f 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| @@ -70,6 +70,7 @@ class ServiceWorkerRegistration final
|
| NavigationPreloadManager* navigationPreload();
|
|
|
| String scope() const;
|
| + bool useCache() const;
|
|
|
| WebServiceWorkerRegistration* webRegistration() {
|
| return m_handle->registration();
|
|
|