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

Unified Diff: chrome/browser/sync/profile_sync_service_unittest.cc

Issue 10911084: Implement Invalidator::Acknowledge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restart test + more cleanup 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
Index: chrome/browser/sync/profile_sync_service_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
index f4d7fb3c4ff3c186906e496cfd025dfded5a196b..d251dafc01d2ff0a71c1644dfd42b93e67776161 100644
--- a/chrome/browser/sync/profile_sync_service_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc
@@ -485,6 +485,11 @@ class ProfileSyncServiceInvalidator : public syncer::Invalidator {
service_->UnregisterInvalidationHandler(handler);
}
+ virtual void Acknowledge(const invalidation::ObjectId& id,
+ const syncer::AckHandle& ack_handle) OVERRIDE {
+ // Do nothing.
+ }
+
virtual syncer::InvalidatorState GetInvalidatorState() const OVERRIDE {
return service_->GetInvalidatorState();
}

Powered by Google App Engine
This is Rietveld 408576698