Chromium Code Reviews| Index: omaha_request_action.h |
| diff --git a/omaha_request_action.h b/omaha_request_action.h |
| index b65d3f83d924ca1e4d262436811803662d4e2344..948bcc7f4282fd2b8e9551decb05390c5e95d7cb 100644 |
| --- a/omaha_request_action.h |
| +++ b/omaha_request_action.h |
| @@ -70,6 +70,7 @@ struct OmahaEvent { |
| enum Result { |
| kResultError = 0, |
| kResultSuccess = 1, |
| + kResultSuccessReboot = 2, |
| }; |
| OmahaEvent() |