| Index: sync/internal_api/public/internal_components_factory.h
|
| diff --git a/sync/internal_api/public/internal_components_factory.h b/sync/internal_api/public/internal_components_factory.h
|
| index 40c703ec0e9f91fd8dfaab16655e5c93b335fc75..145c2258ba4ce9020f773830d365c5a1e7ce2d6a 100644
|
| --- a/sync/internal_api/public/internal_components_factory.h
|
| +++ b/sync/internal_api/public/internal_components_factory.h
|
| @@ -51,7 +51,8 @@ class InternalComponentsFactory {
|
| ThrottledDataTypeTracker* throttled_data_type_tracker,
|
| const std::vector<SyncEngineEventListener*>& listeners,
|
| sessions::DebugInfoGetter* debug_info_getter,
|
| - TrafficRecorder* traffic_recorder) = 0;
|
| + TrafficRecorder* traffic_recorder,
|
| + bool keystore_encryption_enabled) = 0;
|
|
|
| virtual scoped_ptr<syncable::DirectoryBackingStore>
|
| BuildDirectoryBackingStore(
|
|
|