| Index: components/sync/model_impl/shared_model_type_processor.h
|
| diff --git a/components/sync/model_impl/shared_model_type_processor.h b/components/sync/model_impl/shared_model_type_processor.h
|
| index c64f8000d75415b29531d9a23383956238e95c2d..124871dfb8bce980bd7443be745adc1e3d34c966 100644
|
| --- a/components/sync/model_impl/shared_model_type_processor.h
|
| +++ b/components/sync/model_impl/shared_model_type_processor.h
|
| @@ -60,6 +60,7 @@ class SharedModelTypeProcessor : public ModelTypeProcessor,
|
| void UpdateStorageKey(const EntityData& entity_data,
|
| const std::string& storage_key,
|
| MetadataChangeList* metadata_change_list) override;
|
| + void UntrackEntity(const EntityData& entity_data) override;
|
| void ModelReadyToSync(std::unique_ptr<MetadataBatch> batch) override;
|
| void OnSyncStarting(const ModelErrorHandler& error_handler,
|
| const StartCallback& callback) override;
|
|
|