Chromium Code Reviews

Unified Diff: update_attempter.cc

Issue 4171003: AU: Send UPDATE_AVAILABLE status. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_attempter.cc
diff --git a/update_attempter.cc b/update_attempter.cc
index 5b7f9883a758474848772f8a6c5cf13dc28d82b6..f788ac8f78ef88a7f9bce53c33f7efa7528210ec 100644
--- a/update_attempter.cc
+++ b/update_attempter.cc
@@ -344,6 +344,7 @@ void UpdateAttempter::ActionCompleted(ActionProcessor* processor,
is_full_update_ = plan.is_full_update;
SetupDownload();
SetupPriorityManagement();
+ SetStatusAndNotify(UPDATE_STATUS_UPDATE_AVAILABLE);
} else if (type == DownloadAction::StaticType()) {
SetStatusAndNotify(UPDATE_STATUS_FINALIZING);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine