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

Unified Diff: sync/tools/sync_client.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/notifier/sync_invalidation_listener_unittest.cc ('k') | sync/tools/sync_listen_notifications.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/tools/sync_client.cc
diff --git a/sync/tools/sync_client.cc b/sync/tools/sync_client.cc
index 8a8c76b1d6f514345cf3ec994bd7936f7e216ddf..01da9831f10f613258257f6520719c3d9ee0807a 100644
--- a/sync/tools/sync_client.cc
+++ b/sync/tools/sync_client.cc
@@ -72,8 +72,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/notifier/sync_invalidation_listener_unittest.cc ('k') | sync/tools/sync_listen_notifications.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698