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

Unified Diff: action_processor.h

Issue 3599025: AU: Verify that the applied delta update matches the server-sent hashes. (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. 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 b2c1392ce44e85d5ba5d22dffc779e8c345d853b..fc42a24061491c1949d1d53e35205f8c26da7fd5 100644
--- a/action_processor.h
+++ b/action_processor.h
@@ -36,6 +36,7 @@ enum ActionExitCode {
kActionCodeDownloadHashMismatchError = 10,
kActionCodeDownloadSizeMismatchError = 11,
kActionCodeDownloadPayloadVerificationError = 12,
+ kActionCodeDownloadAppliedUpdateVerificationError = 13,
};
class AbstractAction;
« 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