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

Unified Diff: sync/tools/sync_listen_notifications.cc

Issue 11229015: Add the InvalidationState struct to bundle local state about invalidations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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/tools/sync_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/tools/sync_listen_notifications.cc
diff --git a/sync/tools/sync_listen_notifications.cc b/sync/tools/sync_listen_notifications.cc
index 51cef834cb5c0f2b8e773dab322c8870888508be..73d78e3b826ebb1cb1e413f7dff07226ab041aef 100644
--- a/sync/tools/sync_listen_notifications.cc
+++ b/sync/tools/sync_listen_notifications.cc
@@ -85,8 +85,8 @@ class NullInvalidationStateTracker
NullInvalidationStateTracker() {}
virtual ~NullInvalidationStateTracker() {}
- virtual InvalidationVersionMap GetAllMaxVersions() const OVERRIDE {
- return InvalidationVersionMap();
+ virtual InvalidationStateMap GetAllInvalidationStates() const OVERRIDE {
+ return InvalidationStateMap();
}
virtual void SetMaxVersion(
« no previous file with comments | « sync/tools/sync_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698