Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 225c79d5e87806224691c9907f6bd67ba636ff34..d0bcad7957536530f5a4950580de0b2ba51e88a2 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -33289,6 +33289,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Sdch3.PersistenceFailureReason" |
+ enum="SdchPersistenceFailureReason"> |
+ <owner>rdsmith@chromium.org</owner> |
+ <summary> |
+ Tracks failures that occur when reading in or writing out persisted |
+ dictionary information. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Sdch3.ProblemCodes_3" enum="SdchProblemCode"> |
<obsolete> |
Deprecated 2014-11. Sdch3.ProblemCodes_5 used instead. |
@@ -58121,10 +58130,23 @@ To add a new entry, add it with any value and run test to compute valid value. |
<int value="2" label="FETCH_FAILED"/> |
<int value="3" label="FETCH_IGNORED_NO_SPACE"/> |
<int value="4" label="FETCH_MANAGER_REFUSED"/> |
- <int value="5" label="ADDED"/> |
+ <int value="5" label="ADD_RESPONSE_TRIGGERRED"/> |
<int value="6" label="EVICT_FOR_DICT"/> |
<int value="7" label="EVICT_FOR_MEMORY"/> |
<int value="8" label="EVICT_FOR_DESTRUCTION"/> |
+ <int value="9" label="ADD_PERSISTENCE_TRIGGERRED"/> |
+ <int value="10" label="UNLOAD_FOR_DESTRUCTION"/> |
+</enum> |
+ |
+<enum name="SdchPersistenceFailureReason" type="int"> |
+ <summary> |
+ Errors that can occur when reading in or writing out persisted dictionary |
+ information. See enum PersistenceFailureReason in net/sdch/sdch_owner.cc for |
+ more information. |
+ </summary> |
+ <int value="1" label="NO_FILE"/> |
+ <int value="2" label="READ_FAILED"/> |
+ <int value="3" label="WRITE_FAILED"/> |
</enum> |
<enum name="SdchProblemCode" type="int"> |