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

Unified Diff: public/platform/WebServiceWorkerState.h

Issue 683733002: ServiceWorker: Remove the obsolete "parsed" state [3/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 2 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/ServiceWorker.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 d09604e15bc43b26945a8825500335af7a9889ca..9d882c143dafcb4314d71be696e8490535a61c95 100644
--- a/public/platform/WebServiceWorkerState.h
+++ b/public/platform/WebServiceWorkerState.h
@@ -9,7 +9,6 @@ namespace blink {
enum WebServiceWorkerState {
WebServiceWorkerStateUnknown,
- WebServiceWorkerStateParsed,
WebServiceWorkerStateInstalling,
WebServiceWorkerStateInstalled,
WebServiceWorkerStateActivating,
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorker.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698