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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
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:
Download patch
« no previous file with comments | « no previous file | webkit/common/resource_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 56cefde47c04a6f1252816e5f745b87e3031a35d..994c719e839ff123603bf177ecbc1b66aa2be31f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27109,7 +27109,8 @@ other types of suffix sets.
<int value="11" label="PREFETCH"/>
<int value="12" label="FAVICON"/>
<int value="13" label="XHR"/>
- <int value="14" label="LAST_TYPE"/>
+ <int value="14" label="PING"/>
+ <int value="15" label="LAST_TYPE"/>
Alexei Svitkine (slow) 2013/11/01 15:49:30 "LAST_TYPE" is not a valid enum value that can be
davidben 2013/11/01 15:59:29 Done.
</enum>
<enum name="SocketStreamConnectionType" type="int">
« no previous file with comments | « no previous file | webkit/common/resource_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698