| Index: action_processor.h
|
| diff --git a/action_processor.h b/action_processor.h
|
| index 2618c3961f0cb192e49d611a1ef2dacaba45c975..8bd890b07cb510dbba2c2d2bc3a14ffaa8b8ac00 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,
|
|
|