| Index: sync/internal_api/public/processor_entity_tracker.h
|
| diff --git a/sync/internal_api/public/processor_entity_tracker.h b/sync/internal_api/public/processor_entity_tracker.h
|
| index 18a44c0bd4b186f1e14a4e4673272a0e177aa8fe..4920ac9dc067ee58d88485f15028c87ce3137068 100644
|
| --- a/sync/internal_api/public/processor_entity_tracker.h
|
| +++ b/sync/internal_api/public/processor_entity_tracker.h
|
| @@ -116,6 +116,9 @@ class SYNC_EXPORT ProcessorEntityTracker {
|
| // Check if the instance has cached commit data.
|
| bool HasCommitData() const;
|
|
|
| + // Check whether |specifics| matches the stored specifics_hash.
|
| + bool MatchesSpecificsHash(const sync_pb::EntitySpecifics& specifics) const;
|
| +
|
| private:
|
| friend class ProcessorEntityTrackerTest;
|
|
|
|
|