summaryrefslogtreecommitdiff
path: root/action_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'action_processor.h')
-rw-r--r--action_processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/action_processor.h b/action_processor.h
index 7d2e9f87..38d63ae3 100644
--- a/action_processor.h
+++ b/action_processor.h
@@ -65,6 +65,7 @@ enum ActionExitCode {
kActionCodeDownloadMetadataSignatureMissingError = 39,
kActionCodeOmahaUpdateDeferredForBackoff = 40,
kActionCodePostinstallPowerwashError = 41,
+ kActionCodeUpdateCanceledByChannelChange = 42,
// Note: When adding new error codes, please remember to add the
// error into one of the buckets in PayloadState::UpdateFailed method so