| Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| index 8446930f0d0e0aa4046da77539932a843d7e66bb..1e1dc4fa436f892714a482b114f35e659f8ec5cd 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
| @@ -62,6 +62,8 @@ public:
|
| virtual void dispatchNotificationCloseEvent(int eventID, int64_t notificationID, const WebNotificationData&) = 0;
|
| virtual void dispatchPushEvent(int eventID, const WebString& data) = 0;
|
|
|
| + virtual bool hasFetchEventHandler() = 0;
|
| +
|
| enum LastChanceOption {
|
| IsNotLastChance,
|
| IsLastChance
|
|
|