Index: update_attempter.h |
diff --git a/update_attempter.h b/update_attempter.h |
index d92ff971c785f6fb20cfdb14c7f1ba3a3a98ab29..02e7162200ce1ae06734770b44d7a92054745b50 100644 |
--- a/update_attempter.h |
+++ b/update_attempter.h |
@@ -217,6 +217,9 @@ class UpdateAttempter : public ActionProcessorDelegate, |
// Pending error event, if any. |
scoped_ptr<OmahaEvent> error_event_; |
+ // If we should request a reboot even tho we failed the update |
+ bool fake_update_success_; |
+ |
// HTTP server response code from the last HTTP request action. |
int http_response_code_; |