Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: update_attempter.h

Issue 6880077: AU: Handle firmware update failure when booted from FW slot B. (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « subprocess.cc ('k') | update_attempter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « subprocess.cc ('k') | update_attempter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698