| Index: sync/notifier/sync_notifier.h
|
| diff --git a/sync/notifier/sync_notifier.h b/sync/notifier/sync_notifier.h
|
| index 288d0ee84cb08ae62572cf6de0815d8cc45536c9..a973538af4bc2d15b0116d353f0852c9a5f03a1e 100644
|
| --- a/sync/notifier/sync_notifier.h
|
| +++ b/sync/notifier/sync_notifier.h
|
| @@ -31,7 +31,8 @@ class SyncNotifier {
|
|
|
| // SetState must be called once, before any call to
|
| // UpdateCredentials. |state| may be empty.
|
| - virtual void SetState(const std::string& state) = 0;
|
| + // Deprecated in favour of InvalidationStateTracker persistence.
|
| + virtual void SetStateDeprecated(const std::string& state) = 0;
|
|
|
| // The observers won't be notified of any notifications until
|
| // UpdateCredentials is called at least once. It can be called more than
|
| @@ -52,4 +53,3 @@ class SyncNotifier {
|
| } // namespace sync_notifier
|
|
|
| #endif // SYNC_NOTIFIER_SYNC_NOTIFIER_H_
|
| -
|
|
|