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

Unified Diff: public/platform/WebServiceWorkerState.h

Issue 383583005: ServiceWorker: Remove redundant state declarations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | 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 b5d3aa993875dab050c7c83a7dace7b8349a8949..d09604e15bc43b26945a8825500335af7a9889ca 100644
--- a/public/platform/WebServiceWorkerState.h
+++ b/public/platform/WebServiceWorkerState.h
@@ -15,9 +15,6 @@ enum WebServiceWorkerState {
WebServiceWorkerStateActivating,
WebServiceWorkerStateActivated,
WebServiceWorkerStateRedundant,
- // FIXME remove below two states once the Chromium side change landed.
- WebServiceWorkerStateActive = WebServiceWorkerStateActivated,
- WebServiceWorkerStateDeactivated = WebServiceWorkerStateRedundant,
WebServiceWorkerStateLast = WebServiceWorkerStateRedundant
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698