| Index: components/sync/model_impl/processor_entity_tracker.cc
|
| diff --git a/components/sync/model_impl/processor_entity_tracker.cc b/components/sync/model_impl/processor_entity_tracker.cc
|
| index c468d464f482399defc4b40469a4251996dd29b0..7d0b6b331982e95c17beaa33630fefb2932e3165 100644
|
| --- a/components/sync/model_impl/processor_entity_tracker.cc
|
| +++ b/components/sync/model_impl/processor_entity_tracker.cc
|
| @@ -61,6 +61,10 @@ ProcessorEntityTracker::ProcessorEntityTracker(
|
|
|
| ProcessorEntityTracker::~ProcessorEntityTracker() {}
|
|
|
| +void ProcessorEntityTracker::SetStorageKey(const std::string& new_key) {
|
| + storage_key_ = new_key;
|
| +}
|
| +
|
| void ProcessorEntityTracker::SetCommitData(EntityData* data) {
|
| DCHECK(data);
|
| // Update data's fields from metadata.
|
|
|