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

Unified Diff: src/platform/update_engine/filesystem_copier_action.cc

Issue 2044001: AU: Minor fixes to get it to do full update on real device (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: fixes for review Created 10 years, 7 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
Index: src/platform/update_engine/filesystem_copier_action.cc
diff --git a/src/platform/update_engine/filesystem_copier_action.cc b/src/platform/update_engine/filesystem_copier_action.cc
index bd4486730b08db0191a5772ca72ec5bbd2e8647c..6d7cd22d95ff46632b8950c5942581ce5a9aad4e 100755
--- a/src/platform/update_engine/filesystem_copier_action.cc
+++ b/src/platform/update_engine/filesystem_copier_action.cc
@@ -43,6 +43,8 @@ void FilesystemCopierAction::PerformAction() {
if (install_plan_.is_full_update) {
// No copy needed. Done!
+ if (HasOutputPipe())
+ SetOutputObject(install_plan_);
abort_action_completer.set_success(true);
return;
}
« no previous file with comments | « src/platform/update_engine/action.h ('k') | src/platform/update_engine/filesystem_copier_action_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698