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

Unified Diff: chrome/browser/sync/glue/android_invalidator_bridge_proxy.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_proxy.cc
diff --git a/chrome/browser/sync/glue/android_invalidator_bridge_proxy.cc b/chrome/browser/sync/glue/android_invalidator_bridge_proxy.cc
index 236ed44f3b4698b4818f3157f2d0af8eb8dfe56d..619c76d76838e5b3230e36f09cfa2005caf55b75 100644
--- a/chrome/browser/sync/glue/android_invalidator_bridge_proxy.cc
+++ b/chrome/browser/sync/glue/android_invalidator_bridge_proxy.cc
@@ -40,6 +40,12 @@ void AndroidInvalidatorBridgeProxy::UnregisterHandler(
bridge_->UnregisterHandler(handler);
}
+void AndroidInvalidatorBridgeProxy::Acknowledge(
+ const invalidation::ObjectId& id,
+ const syncer::AckHandle& ack_handle) {
+ bridge_->Acknowledge(id, ack_handle);
+}
+
void AndroidInvalidatorBridgeProxy::SetUniqueId(const string& unique_id) {
bridge_->SetUniqueId(unique_id);
}
« no previous file with comments | « chrome/browser/sync/glue/android_invalidator_bridge_proxy.h ('k') | chrome/browser/sync/glue/sync_backend_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698