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

Unified Diff: delta_diff_generator.h

Issue 3767002: AU: Really delta compress the kernel if an old kernel is provided. (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. 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_diff_generator.cc » ('j') | no next file with comments »
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 d3eee3e6a2db0399ab899809c654ecc9cb5b9d04..de3be0da0494e89c1fd46ecc678a03e86d516b1f 100644
--- a/delta_diff_generator.h
+++ b/delta_diff_generator.h
@@ -97,7 +97,8 @@ class DeltaDiffGenerator {
static bool ReadFileToDiff(const std::string& old_filename,
const std::string& new_filename,
std::vector<char>* out_data,
- DeltaArchiveManifest_InstallOperation* out_op);
+ DeltaArchiveManifest_InstallOperation* out_op,
+ bool gather_extents);
// Modifies blocks read by 'op' so that any blocks referred to by
// 'remove_extents' are replaced with blocks from 'replace_extents'.
« no previous file with comments | « no previous file | delta_diff_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698