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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1167403002: Add blob scheme in Navigation Histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Documented that the scheme enum is append only Created 5 years, 6 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:
Download patch
« no previous file with comments | « components/navigation_metrics/navigation_metrics.cc ('k') | no next file » | 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 c23dc084db689b42598b120d28b67460e0425a89..3d1fe204d18f8672ab262bfbd2ae5b81d2d52fb2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -60063,6 +60063,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="6" label="javascript"/>
<int value="7" label="about"/>
<int value="8" label="chrome"/>
+ <int value="9" label="blob"/>
</enum>
<enum name="NetCacheState" type="int">
« no previous file with comments | « components/navigation_metrics/navigation_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698