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

Unified Diff: sync/tools/null_invalidation_state_tracker.cc

Issue 12847003: Separate invalidator and sync client ID (part 2/2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: sync/tools/null_invalidation_state_tracker.cc
diff --git a/sync/tools/null_invalidation_state_tracker.cc b/sync/tools/null_invalidation_state_tracker.cc
index 084630c99f14ae0155ee67d5b3740edbb5da5a5d..d17e7909baf9c651eb7a72e1a24335e981be5be2 100644
--- a/sync/tools/null_invalidation_state_tracker.cc
+++ b/sync/tools/null_invalidation_state_tracker.cc
@@ -56,6 +56,10 @@ void NullInvalidationStateTracker::SetBootstrapData(const std::string& data) {
LOG(INFO) << "Setting bootstrap data to: " << base64_data;
}
+void NullInvalidationStateTracker::Clear() {
+ // We have no members to clear.
+}
+
void NullInvalidationStateTracker::GenerateAckHandles(
const ObjectIdSet& ids,
const scoped_refptr<base::TaskRunner>& task_runner,
« sync/notifier/non_blocking_invalidator.h ('K') | « sync/tools/null_invalidation_state_tracker.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698