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

Unified Diff: delta_diff_generator.h

Issue 4042004: AU: When applying delta locally, get source checksums (Closed) Base URL: http://git.chromium.org/git/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.cc » ('j') | delta_performer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: delta_diff_generator.h
diff --git a/delta_diff_generator.h b/delta_diff_generator.h
index 9fbe0a55cc1e7314c6b67276678af5ccf2bc6139..81dec3b228fc424a0a2a0e130cec34891d84d093 100644
--- a/delta_diff_generator.h
+++ b/delta_diff_generator.h
@@ -220,6 +220,10 @@ class DeltaDiffGenerator {
DISALLOW_IMPLICIT_CONSTRUCTORS(DeltaDiffGenerator);
};
+bool InitializePartitionInfo(bool is_kernel,
petkov 2010/10/22 20:15:16 Ah, I should have made this a static member of Del
adlr 2010/10/22 20:40:18 Done.
+ const std::string& partition,
+ PartitionInfo* info);
+
extern const char* const kBsdiffPath;
extern const char* const kBspatchPath;
extern const char* const kDeltaMagic;
« no previous file with comments | « no previous file | delta_performer.cc » ('j') | delta_performer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698