summaryrefslogtreecommitdiff
path: root/metrics_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'metrics_constants.h')
-rw-r--r--metrics_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/metrics_constants.h b/metrics_constants.h
index f6d0c74e..abec2ad4 100644
--- a/metrics_constants.h
+++ b/metrics_constants.h
@@ -95,6 +95,8 @@ enum class AttemptResult {
kPostInstallFailed, // The postinstall step failed.
kAbnormalTermination, // The attempt ended abnormally.
kUpdateCanceled, // Update canceled by the user.
+ kUpdateSucceededNotActive, // Update succeeded but the new slot is not
+ // active.
kNumConstants,