Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 4e22c187711f934812506099cf16e385d94c65cb..0ef94637dd5511a3f1ef1e119678414600be97d5 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -60462,6 +60462,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Setup.Install.AppHostRemoved" enum="BooleanHit"> |
|
jwd
2017/01/03 21:10:33
I'd prefer a more meaningful enum for these, maybe
grt (UTC plus 2)
2017/01/04 08:28:16
Rejiggered all of 'em.
|
| + <owner>grt@chromium.org</owner> |
| + <summary> |
| + Hit following a successful install or update when the legacy |
| + "app_host.exe" binary is deleted from the filesystem. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Setup.Install.AppLauncherRemoved" enum="BooleanHit"> |
| + <owner>grt@chromium.org</owner> |
| + <summary> |
| + Hit following a successful install or update when the legacy "app |
| + launcher" Clients key is deleted from the registry. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Setup.Install.ApplyArchivePatchTime" units="ms"> |
| <owner>grt@chromium.org</owner> |
| <summary> |
| @@ -60471,6 +60487,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Setup.Install.BinariesRemoved" enum="BooleanHit"> |
| + <owner>grt@chromium.org</owner> |
| + <summary> |
| + Hit following a successful install or update when the legacy |
| + "binaries" Clients key is deleted from the registry. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Setup.Install.HasArchivePatch" enum="Boolean"> |
| <owner>grt@chromium.org</owner> |
| <summary> |
| @@ -60480,6 +60504,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Setup.Install.InstallExtensionCommandRemoved" |
| + enum="BooleanHit"> |
| + <owner>grt@chromium.org</owner> |
| + <summary> |
| + Hit following a successful install or update when the legacy |
| + "install-extension" app command is deleted from the registry. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Setup.Install.LzmaUnPackNTSTATUS" enum="NTSTATUS"> |
| <owner>zmin@chromium.org</owner> |
| <summary> |
| @@ -60492,6 +60525,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <summary>Record the status of unpacking the contents of a 7z file.</summary> |
| </histogram> |
| +<histogram name="Setup.Install.MultiChromeFrameRemoved" enum="BooleanHit"> |
| + <owner>grt@chromium.org</owner> |
| + <summary> |
| + Hit following a successful install or update when data from a legacy |
| + multi-install Chrome Frame is deleted from the registry. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Setup.Install.NumDeleteOldVersionsAttemptsBeforeAbort" |
| units="Attempts"> |
| <owner>fdoray@chromium.org</owner> |