Chromium Code Reviews

Unified Diff: prefs_interface.h

Issue 3547019: AU: DeltaPerformer performs the download size/hash check now. (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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « prefs.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: prefs_interface.h
diff --git a/prefs_interface.h b/prefs_interface.h
index a9b20a56190a19997d266c2f8ecd765de3f8d1b6..66fe8cb59107f6f764c54d143330179d0d49fedb 100644
--- a/prefs_interface.h
+++ b/prefs_interface.h
@@ -16,6 +16,7 @@ extern const char kPrefsManifestMetadataSize[];
extern const char kPrefsUpdateCheckResponseHash[];
extern const char kPrefsUpdateStateNextDataOffset[];
extern const char kPrefsUpdateStateNextOperation[];
+extern const char kPrefsUpdateStateSHA256Context[];
extern const char kPrefsUpdateStateSignedSHA256Context[];
// The prefs interface allows access to a persistent preferences
« no previous file with comments | « prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine