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()) |