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

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: histograms.xml 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
Index: webkit/common/resource_type.h
diff --git a/webkit/common/resource_type.h b/webkit/common/resource_type.h
index 9ec79097717ca618de12a055d7e6d4f7705e4af0..0aec50a4a80d0ce59984ef3225cb9e20bb6bd948 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.
};

Powered by Google App Engine
This is Rietveld 408576698