Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 056472e839e59af067ed64e026784f4494518478..cacb0d1f388150901a66460c3dfbaac8b5e3dc02 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -32277,6 +32277,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. |
@@ -56384,10 +56393,22 @@ 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"/> |
mmenke
2015/02/12 16:51:33
DICTIONARY_FATE_UNLOAD_FOR_DESTRUCTION = 10
Elly Fong-Jones
2015/02/13 23:35:02
Done.
|
+</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"> |