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

Unified Diff: webkit/common/resource_type.h

Issue 55513002: Add ResourceType::PING. and mark those requests as detachable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use DCHECK_EQ Created 7 years, 1 month 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 | « tools/metrics/histograms/histograms.xml ('k') | 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 d63c02c3d01d791baceb5ae4de4e0495fe7adec7..014a7224a2616b22cb42caa095a8d0603a432ccf 100644
--- a/webkit/common/resource_type.h
+++ b/webkit/common/resource_type.h
@@ -29,6 +29,7 @@ class ResourceType {
PREFETCH, // an explicitly requested prefetch
FAVICON, // a favicon
XHR, // a XMLHttpRequest
+ PING, // a ping request for <a ping>
LAST_TYPE // Place holder so we don't need to change ValidType
// everytime.
};
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | webkit/common/resource_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698