| 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'.
|
|
|