| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1cbe07fea731da0bc2aa6b35cd5070d7bcc251ef..a9712c4c05ed3e3a96dfe995cb4f8a331862964b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -20427,6 +20427,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Favicons.DownloadOutcome" enum="FaviconDownloadStatus">
|
| + <owner>fhorschig@chromium.org</owner>
|
| + <summary>
|
| + Records whether a download succeeded, failed or was skipped because it has
|
| + failed previously.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Favicons.FaviconDownloadAttempts">
|
| <owner>fhorschig@chromium.org</owner>
|
| <summary>
|
| @@ -93184,6 +93192,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </int>
|
| </enum>
|
|
|
| +<enum name="FaviconDownloadStatus" type="int">
|
| + <int value="0" label="SUCCEEDED">Download succeeded.</int>
|
| + <int value="1" label="FAILED">Download failed.</int>
|
| + <int value="2" label="SKIPPED">
|
| + Download skipped because the URL was known to have failed previously.
|
| + </int>
|
| +</enum>
|
| +
|
| <enum name="FeatureObserver" type="int">
|
| <!-- Generated from third_party/WebKit/Source/core/frame/UseCounter.h -->
|
|
|
|
|