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

Unified Diff: webkit/common/resource_type.h

Issue 127713002: Add ServiceWorker resource type for ServiceWorker script loading (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | webkit/common/resource_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/resource_type.h
diff --git a/webkit/common/resource_type.h b/webkit/common/resource_type.h
index 014a7224a2616b22cb42caa095a8d0603a432ccf..44fb4843308f4b2ae77506bb8ae26a63aeff88a9 100644
--- a/webkit/common/resource_type.h
+++ b/webkit/common/resource_type.h
@@ -30,6 +30,7 @@ class ResourceType {
FAVICON, // a favicon
XHR, // a XMLHttpRequest
PING, // a ping request for <a ping>
+ SERVICE_WORKER, // the main resource of a service worker.
LAST_TYPE // Place holder so we don't need to change ValidType
// everytime.
};
« no previous file with comments | « no previous file | webkit/common/resource_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698