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

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

Issue 659333003: Record histograms for on-demand update check results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: asvitkine comments Created 6 years, 2 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index b0f8f6f93d8edf2b9aaff09c9be8118d619fa18d..4f104a7e51542f77d71b69aa3c5a97ca34a1bf60 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -11162,46 +11162,58 @@ should be able to be added at any place in this file.
<action name="UpgradeCheck_AlreadyUpToDate">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
</action>
<action name="UpgradeCheck_AlreadyUpgraded">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
</action>
<action name="UpgradeCheck_Done">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>Not present in codebase.</obsolete>
</action>
<action name="UpgradeCheck_Error">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>
+ Removed from codebase; see GoogleUpdate.UpgradeResult,
+ GoogleUpdate.UpdateErrorCode, and GoogleUpdate.ErrorHresult.
+ </obsolete>
</action>
<action name="UpgradeCheck_Started">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
</action>
<action name="UpgradeCheck_TimedOut">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>Not present in codebase.</obsolete>
</action>
<action name="UpgradeCheck_UpgradeIsAvailable">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
</action>
<action name="UpgradeCheck_Upgraded">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
</action>
<action name="Upgrade_Started">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>Removed from codebase; see GoogleUpdate.UpgradeResult.</obsolete>
</action>
<action name="ViewAboutConflicts">

Powered by Google App Engine
This is Rietveld 408576698