| Index: third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.h b/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.h
|
| index 4f61c47ca54e7465b84be47729d09e0a43c83185..9e17e989ddb984533977082a7913a9394d559890 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.h
|
| @@ -34,6 +34,8 @@ class NavigationPreloadManager final
|
| private:
|
| explicit NavigationPreloadManager(ServiceWorkerRegistration*);
|
|
|
| + ScriptPromise setEnabled(bool enable, ScriptState*);
|
| +
|
| Member<ServiceWorkerRegistration> m_registration;
|
| };
|
|
|
|
|