Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 29bd28575de8e128826d0575f666c29494cc543e..3a05e24f4cefe70cbd1f243c1de829933f05da15 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -25639,6 +25639,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Navigation.Reload.ReloadMainResourceToReloadDuration" |
| + units="ms"> |
| + <owner>toyoshim@chromium.org</owner> |
| + <summary> |
| + Reported when a user triggers reload without any other navigations after the |
| + previous reload in the same page, and the previous reload variant was |
| + RELOAD_MAIN_RESOURCE. Duration time between two reloads is reported. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Navigation.Reload.ReloadToReloadDuration" units="ms"> |
| + <owner>toyoshim@chromium.org</owner> |
| + <summary> |
| + Reported when a user triggers reload without any other navigations after the |
| + previous reload in the same page. Duration time between two reloads is |
| + reported. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Navigation.Scheduled.MaybeCausedAbort" |
| enum="ScheduledNavigationType"> |
| <owner>csharrison@chromium.org</owner> |
| @@ -53524,7 +53543,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <summary> |
| The disposition of a stranded Chrome install discovered while updating |
| multi-install Chrome Binaries. This metric is only logged in an edge case. |
| - The buckets indicate whether or not the "stranded" Chrome install |
| + The buckets indicate whether or not the " stranded" Chrome install |
|
Charlie Reis
2016/08/08 23:57:54
Unintentional?
Takashi Toyoshima
2016/08/09 12:06:17
This is not related to my CL, but presubmit check
Charlie Reis
2016/08/10 05:05:13
Huh. Seems like a strange requirement from the pr
Takashi Toyoshima
2016/08/10 06:34:15
Precisely said, pretty_print.py could not parse if
Takashi Toyoshima
2016/08/10 07:26:46
I checked if this is sill needed on trunk, and it
|
| has been used in the last 28 days. If so, it respresents a Chrome that has |
| not been updating due to a logic flaw in the installer and will be repaired |
| in the current update. If not, it likely represents Chrome Binaries that |