Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 21f1ae8975fb61db1c74a2a900910d8e28b7c134..626382398f500833c5f724ce2b38f4b4b5f0e1b8 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -13019,6 +13019,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Doodle.ConfigDownloadOutcome" |
+ enum="DoodleConfigDownloadOutcome"> |
+ <owner>treib@chromium.org</owner> |
+ <summary>Outcome of downloading the Doodle config.</summary> |
+</histogram> |
+ |
+<histogram name="Doodle.ConfigDownloadTime" units="ms"> |
+ <owner>treib@chromium.org</owner> |
+ <summary> |
+ The time it took to download the Doodle config. Recorded only if the |
+ download succeeded and the received data was parsed without errors. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Download.AcceptRangesBytes.KBytes" units="KB"> |
<owner>asanka@chromium.org</owner> |
<summary>The length of downloads for serves that accept byte ranges.</summary> |
@@ -87517,6 +87531,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<int value="1" label="Failed over to another collector"/> |
</enum> |
+<enum name="DoodleConfigDownloadOutcome" type="int"> |
+ <summary> |
+ These values are defined in the DoodleConfigDownloadOutcome enum in |
+ components/doodle/doodle_service.cc. |
+ </summary> |
+ <int value="0" label="New doodle"/> |
+ <int value="1" label="Existing doodle was revalidated"/> |
+ <int value="2" label="Existing doodle was updated"/> |
+ <int value="3" label="No doodle today"/> |
+ <int value="4" label="Received doodle was already expired"/> |
+ <int value="5" label="Download failed"/> |
+ <int value="6" label="Parsing failed"/> |
+</enum> |
+ |
<enum name="DoubleGetExperimentMethods" type="int"> |
<int value="0" label="POST"/> |
<int value="1" label="GET_CACHABLE"/> |