| Index: action_processor.h
|
| diff --git a/action_processor.h b/action_processor.h
|
| index 0cf6ff6dccf181b57fec49f71e4a272820fd8b8d..124fe0006cbb982100c1fbcb68c04a23635e6c2e 100644
|
| --- a/action_processor.h
|
| +++ b/action_processor.h
|
| @@ -46,6 +46,9 @@ enum ActionExitCode {
|
| kActionCodeOmahaRequestNoUpdateCheckStatus = 203,
|
| kActionCodeOmahaRequestBadUpdateCheckStatus = 204,
|
| kActionCodeOmahaRequestHTTPResponseBase = 2000, // + HTTP response code
|
| +
|
| + // Bit flags.
|
| + kActionCodeBootModeFlag = 1 << 31, // Set if boot mode not normal.
|
| };
|
|
|
| class AbstractAction;
|
|
|