diff options
Diffstat (limited to 'action_processor.h')
-rw-r--r-- | action_processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/action_processor.h b/action_processor.h index 2618c396..8bd890b0 100644 --- a/action_processor.h +++ b/action_processor.h @@ -29,7 +29,7 @@ enum ActionExitCode { kActionCodeOmahaResponseHandlerError = 3, kActionCodeFilesystemCopierError = 4, kActionCodePostinstallRunnerError = 5, - kActionCodeSetBootableFlagError = 6, + kActionCodeSetBootableFlagError = 6, // TODO(petkov): Unused. Recycle? kActionCodeInstallDeviceOpenError = 7, kActionCodeKernelDeviceOpenError = 8, kActionCodeDownloadTransferError = 9, |