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

Unified Diff: action_processor.h

Issue 6792065: AU: Detect and report public key verify failures, but continue updating. (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: fixes for review Created 9 years, 8 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 | download_action.h » ('j') | download_action.h » ('J')
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 ef06181f8d352b938450f9a351e28b943fa2ce13..7f7862ab05b8ee96d582fc9ec0d8a0ccac5c9cf0 100644
--- a/action_processor.h
+++ b/action_processor.h
@@ -41,6 +41,7 @@ enum ActionExitCode {
kActionCodeNewRootfsVerificationError = 15,
kActionCodeNewKernelVerificationError = 16,
kActionCodeSignedDeltaPayloadExpectedError = 17,
+ kActionCodeDownloadPayloadPubKeyVerificationError = 18,
kActionCodeOmahaRequestEmptyResponseError = 200,
kActionCodeOmahaRequestXMLParseError = 201,
kActionCodeOmahaRequestNoUpdateCheckNode = 202,
« no previous file with comments | « no previous file | download_action.h » ('j') | download_action.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698