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

Unified Diff: public/platform/WebServiceWorkerState.h

Issue 352423005: Add ServiceWorker InstallPhaseEvent.waitUntil() layout test. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add FIXME Created 6 years, 6 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
« no previous file with comments | « Source/modules/serviceworkers/WaitUntilObserver.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerState.h
diff --git a/public/platform/WebServiceWorkerState.h b/public/platform/WebServiceWorkerState.h
index f94ba732e829f26ae056e9852ad47092df53fb9f..b5d3aa993875dab050c7c83a7dace7b8349a8949 100644
--- a/public/platform/WebServiceWorkerState.h
+++ b/public/platform/WebServiceWorkerState.h
@@ -13,9 +13,12 @@ enum WebServiceWorkerState {
WebServiceWorkerStateInstalling,
WebServiceWorkerStateInstalled,
WebServiceWorkerStateActivating,
- WebServiceWorkerStateActive,
- WebServiceWorkerStateDeactivated,
- WebServiceWorkerStateLast = WebServiceWorkerStateDeactivated
+ WebServiceWorkerStateActivated,
+ WebServiceWorkerStateRedundant,
+ // FIXME remove below two states once the Chromium side change landed.
+ WebServiceWorkerStateActive = WebServiceWorkerStateActivated,
+ WebServiceWorkerStateDeactivated = WebServiceWorkerStateRedundant,
+ WebServiceWorkerStateLast = WebServiceWorkerStateRedundant
};
} // namespace blink
« no previous file with comments | « Source/modules/serviceworkers/WaitUntilObserver.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698