Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2589753002: Remove multi-install from chrome/installer/setup. (Closed)
Patch Set: sync to position 441108 Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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
+ &quot;app_host.exe&quot; 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 &quot;app
+ launcher&quot; 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
+ &quot;binaries&quot; 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
+ &quot;install-extension&quot; 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>
« chrome/installer/setup/setup_util.cc ('K') | « chrome/installer/util/util_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698