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

Unified Diff: omaha_response_handler_action.cc

Issue 2805027: AU: Changes for deltas on traditional bios machines. (Closed) Base URL: ssh://git@chromiumos-git/update_engine.git
Patch Set: fixes for review and merging in petkov's recent changes Created 10 years, 5 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 | « omaha_request_action_unittest.cc ('k') | omaha_response_handler_action_unittest.cc » ('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 319c825cf7a73f92cb4a4368285d05f71a63e457..d93919a1bfde82a8590c8afd481d39b00049db34 100644
--- a/omaha_response_handler_action.cc
+++ b/omaha_response_handler_action.cc
@@ -35,7 +35,7 @@ void OmahaResponseHandlerAction::PerformAction() {
install_plan_.kernel_install_path =
utils::BootKernelDevice(install_plan_.install_path);
- install_plan_.is_full_update = true; // TODO(adlr): know if update is a delta
+ install_plan_.is_full_update = !response.is_delta;
TEST_AND_RETURN(HasOutputPipe());
if (HasOutputPipe())
« no previous file with comments | « omaha_request_action_unittest.cc ('k') | omaha_response_handler_action_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698