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

Unified Diff: delta_performer.h

Issue 6574009: If a public key is present, disallow old style full payloads. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git@master
Patch Set: Created 9 years, 10 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 | « action_processor.h ('k') | delta_performer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: delta_performer.h
diff --git a/delta_performer.h b/delta_performer.h
index c693333a1ddcd71842027457d1187a2fa2a19e91..7cc1d9bf7378804fda2fb8a3b12dc30d75b3174e 100644
--- a/delta_performer.h
+++ b/delta_performer.h
@@ -31,6 +31,8 @@ class DeltaPerformer : public FileWriter {
kMetadataParseInsufficientData,
};
+ static const char kUpdatePayloadPublicKeyPath[];
+
DeltaPerformer(PrefsInterface* prefs)
: prefs_(prefs),
fd_(-1),
« no previous file with comments | « action_processor.h ('k') | delta_performer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698