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

Unified Diff: action_processor.h

Issue 5516009: AU: Split applied update verification into a separate step. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git@master
Patch Set: review comments Created 10 years 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 | « no previous file | delta_performer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: action_processor.h
diff --git a/action_processor.h b/action_processor.h
index 8bd890b07cb510dbba2c2d2bc3a14ffaa8b8ac00..0cf6ff6dccf181b57fec49f71e4a272820fd8b8d 100644
--- a/action_processor.h
+++ b/action_processor.h
@@ -36,8 +36,10 @@ enum ActionExitCode {
kActionCodeDownloadHashMismatchError = 10,
kActionCodeDownloadSizeMismatchError = 11,
kActionCodeDownloadPayloadVerificationError = 12,
- kActionCodeDownloadAppliedUpdateVerificationError = 13,
+ kActionCodeDownloadNewPartitionInfoError = 13,
kActionCodeDownloadWriteError = 14,
+ kActionCodeNewRootfsVerificationError = 15,
+ kActionCodeNewKernelVerificationError = 16,
kActionCodeOmahaRequestEmptyResponseError = 200,
kActionCodeOmahaRequestXMLParseError = 201,
kActionCodeOmahaRequestNoUpdateCheckNode = 202,
« no previous file with comments | « no previous file | delta_performer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698