| Index: sync/sessions/data_type_tracker.h
|
| diff --git a/sync/sessions/data_type_tracker.h b/sync/sessions/data_type_tracker.h
|
| index 849d229c730ea352fe7d64377acdbed77f1bda70..59ec9932d0659d65492744672dd4bc3d866b5b01 100644
|
| --- a/sync/sessions/data_type_tracker.h
|
| +++ b/sync/sessions/data_type_tracker.h
|
| @@ -67,6 +67,9 @@ class DataTypeTracker {
|
| // updates.
|
| bool HasPendingInvalidation() const;
|
|
|
| + // Returns true if an explicit refresh request is still outstanding.
|
| + bool HasRefreshRequestPending() const;
|
| +
|
| // Fills in the legacy invalidaiton payload information fields.
|
| void SetLegacyNotificationHint(
|
| sync_pb::DataTypeProgressMarker* progress) const;
|
|
|