Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: sync/notifier/sync_notifier.h

Issue 10451060: sync: migrate invalidation state from syncable::Directory to InvalidationStorage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include order Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/notifier/p2p_notifier.cc ('k') | sync/notifier/sync_notifier_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
-
« no previous file with comments | « sync/notifier/p2p_notifier.cc ('k') | sync/notifier/sync_notifier_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698