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

Unified Diff: omaha_response_handler_action.cc

Issue 3620013: AU: Resume interrupted update attempts. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: fix setup download Created 10 years, 2 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 | « multi_http_fetcher.h ('k') | update_attempter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: omaha_response_handler_action.cc
diff --git a/omaha_response_handler_action.cc b/omaha_response_handler_action.cc
index d3142a7eaf8759494ca601c119315d20367287f4..51597337ffd32bea24b08d61dd0b4a6feed80e15 100644
--- a/omaha_response_handler_action.cc
+++ b/omaha_response_handler_action.cc
@@ -32,7 +32,7 @@ void OmahaResponseHandlerAction::PerformAction() {
install_plan_.is_resume =
DeltaPerformer::CanResumeUpdate(prefs_, response.hash);
if (!install_plan_.is_resume) {
- LOG_IF(WARNING, !DeltaPerformer::ResetUpdateProgress(prefs_))
+ LOG_IF(WARNING, !DeltaPerformer::ResetUpdateProgress(prefs_, false))
<< "Unable to reset the update progress.";
LOG_IF(WARNING, !prefs_->SetString(kPrefsUpdateCheckResponseHash,
response.hash))
« no previous file with comments | « multi_http_fetcher.h ('k') | update_attempter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698