Chromium Code Reviews| 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; |