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

Unified Diff: action_processor.h

Issue 3592008: AU: Verify delta payload signature and signed hash. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: move /tmp files to /var/run 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 | « SConstruct ('k') | 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 98fc8539bc8454db5778807dfab8394ad6f06872..b2c1392ce44e85d5ba5d22dffc779e8c345d853b 100644
--- a/action_processor.h
+++ b/action_processor.h
@@ -35,6 +35,7 @@ enum ActionExitCode {
kActionCodeDownloadTransferError = 9,
kActionCodeDownloadHashMismatchError = 10,
kActionCodeDownloadSizeMismatchError = 11,
+ kActionCodeDownloadPayloadVerificationError = 12,
};
class AbstractAction;
« no previous file with comments | « SConstruct ('k') | delta_performer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698