| Index: public/platform/WebServiceWorkerEventResult.h
|
| diff --git a/public/platform/WebServiceWorkerEventResult.h b/public/platform/WebServiceWorkerEventResult.h
|
| index fddfcd06beb30441b5cd78654715cd56eee5bb2e..43e7beebb047168b6807d889e970a028a6bd86bd 100644
|
| --- a/public/platform/WebServiceWorkerEventResult.h
|
| +++ b/public/platform/WebServiceWorkerEventResult.h
|
| @@ -2,21 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WebServiceWorkerEventResult_h
|
| -#define WebServiceWorkerEventResult_h
|
| -
|
| -namespace blink {
|
| -
|
| -// Indicates how the service worker handled an event.
|
| -enum WebServiceWorkerEventResult {
|
| - // The event dispatch completed with no rejections.
|
| - WebServiceWorkerEventResultCompleted = 0,
|
| - // The service worker associated the event with a promise that was rejected
|
| - // (e.g., the promise passed to waitUntil for an install event was rejected).
|
| - WebServiceWorkerEventResultRejected,
|
| - WebServiceWorkerEventResultLast = WebServiceWorkerEventResultRejected
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // WebServiceWorkerEventResult_h
|
| +#include "public/platform/modules/serviceworker/WebServiceWorkerEventResult.h"
|
|
|