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

Unified Diff: sync/notifier/fake_invalidation_state_tracker.h

Issue 12094113: Migrate invalidator client IDs out of sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sync_client compile errors Created 7 years, 10 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 | « chrome/common/pref_names.cc ('k') | sync/notifier/fake_invalidation_state_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/fake_invalidation_state_tracker.h
diff --git a/sync/notifier/fake_invalidation_state_tracker.h b/sync/notifier/fake_invalidation_state_tracker.h
index a3ea0bf70c826200f15fcd0110d36acaaf05aa25..79606ee32016ae72dd992c86500339a72610299d 100644
--- a/sync/notifier/fake_invalidation_state_tracker.h
+++ b/sync/notifier/fake_invalidation_state_tracker.h
@@ -27,6 +27,8 @@ class FakeInvalidationStateTracker
int64 max_version,
const std::string& payload) OVERRIDE;
virtual void Forget(const ObjectIdSet& ids) OVERRIDE;
+ virtual void SetInvalidatorClientId(const std::string& client_id) OVERRIDE;
+ virtual std::string GetInvalidatorClientId() const OVERRIDE;
virtual void SetBootstrapData(const std::string& data) OVERRIDE;
virtual std::string GetBootstrapData() const OVERRIDE;
virtual void GenerateAckHandles(
@@ -40,6 +42,7 @@ class FakeInvalidationStateTracker
private:
InvalidationStateMap state_map_;
+ std::string invalidator_client_id_;
std::string bootstrap_data_;
};
« no previous file with comments | « chrome/common/pref_names.cc ('k') | sync/notifier/fake_invalidation_state_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698