Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h

Issue 2168513004: [DO NOT COMMIT] ServiceWorker: First touch of mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove an unnecessary file Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h
index fddfcd06beb30441b5cd78654715cd56eee5bb2e..d070d204bcbfc6cc6511e34718d4b47aff8660e0 100644
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h
@@ -14,7 +14,8 @@ enum WebServiceWorkerEventResult {
// 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
+ WebServiceWorkerEventResultAborted,
+ WebServiceWorkerEventResultLast = WebServiceWorkerEventResultAborted
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698