| Index: action_processor.h
|
| diff --git a/action_processor.h b/action_processor.h
|
| index 7f7862ab05b8ee96d582fc9ec0d8a0ccac5c9cf0..2ed5f78ead3f321ae94bf71cb7e5a27162fdd4b3 100644
|
| --- a/action_processor.h
|
| +++ b/action_processor.h
|
| @@ -42,6 +42,7 @@ enum ActionExitCode {
|
| kActionCodeNewKernelVerificationError = 16,
|
| kActionCodeSignedDeltaPayloadExpectedError = 17,
|
| kActionCodeDownloadPayloadPubKeyVerificationError = 18,
|
| + kActionCodePostinstallBootedFromFirmwareB = 19,
|
| kActionCodeOmahaRequestEmptyResponseError = 200,
|
| kActionCodeOmahaRequestXMLParseError = 201,
|
| kActionCodeOmahaRequestNoUpdateCheckNode = 202,
|
|
|