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

Unified Diff: chrome/browser/sync/glue/android_invalidator_bridge.cc

Issue 10911084: Implement Invalidator::Acknowledge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adapt patch to new TickClock interface 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
Index: chrome/browser/sync/glue/android_invalidator_bridge.cc
diff --git a/chrome/browser/sync/glue/android_invalidator_bridge.cc b/chrome/browser/sync/glue/android_invalidator_bridge.cc
index fdb9ced9e62f85e5923a2a889e371659dfbcf91d..500a0acefd4115f50220b3857ea49bb0b46d4e47 100644
--- a/chrome/browser/sync/glue/android_invalidator_bridge.cc
+++ b/chrome/browser/sync/glue/android_invalidator_bridge.cc
@@ -165,6 +165,11 @@ void AndroidInvalidatorBridge::UnregisterHandler(
core_->UnregisterHandler(handler);
}
+void AndroidInvalidatorBridge::Acknowledge(
+ const invalidation::ObjectId& id, const syncer::AckHandle& ack_handle) {
+ // Do nothing.
+}
+
syncer::InvalidatorState AndroidInvalidatorBridge::GetInvalidatorState() const {
return syncer::INVALIDATIONS_ENABLED;
}
« no previous file with comments | « chrome/browser/sync/glue/android_invalidator_bridge.h ('k') | chrome/browser/sync/glue/android_invalidator_bridge_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698