| Index: sync/engine/non_blocking_type_processor_core.h
|
| diff --git a/sync/engine/non_blocking_type_processor_core.h b/sync/engine/non_blocking_type_processor_core.h
|
| index 412d2ddcabd505245b3d729af286967a4438d84f..0c1cc1c0bf82edf0d5aa12f7cd1ba72d7419f3f8 100644
|
| --- a/sync/engine/non_blocking_type_processor_core.h
|
| +++ b/sync/engine/non_blocking_type_processor_core.h
|
| @@ -57,8 +57,11 @@ class SYNC_EXPORT NonBlockingTypeProcessorCore
|
| // UpdateHandler implementation.
|
| virtual void GetDownloadProgress(
|
| sync_pb::DataTypeProgressMarker* progress_marker) const OVERRIDE;
|
| + virtual void GetDataTypeContext(sync_pb::DataTypeContext* context) const
|
| + OVERRIDE;
|
| virtual void ProcessGetUpdatesResponse(
|
| const sync_pb::DataTypeProgressMarker& progress_marker,
|
| + const sync_pb::DataTypeContext& mutated_context,
|
| const SyncEntityList& applicable_updates,
|
| sessions::StatusController* status) OVERRIDE;
|
| virtual void ApplyUpdates(sessions::StatusController* status) OVERRIDE;
|
|
|