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

Unified Diff: chrome/browser/sync/glue/sync_backend_host_impl.h

Issue 56113003: Implement new invalidations ack tracking system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modify drive TODO comment + rebase Created 7 years, 1 month 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/sync_backend_host_impl.h
diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.h b/chrome/browser/sync/glue/sync_backend_host_impl.h
index 5d91209349dabc6196a1a9c37d411a9af3e2b32d..8f819c6ccc2f0d2f9a7e2c5736ef855c589f6bc0 100644
--- a/chrome/browser/sync/glue/sync_backend_host_impl.h
+++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
@@ -244,12 +244,6 @@ class SyncBackendHostImpl
void HandleConnectionStatusChangeOnFrontendLoop(
syncer::ConnectionStatus status);
- // syncer::InvalidationHandler-like functions.
- void HandleInvalidatorStateChangeOnFrontendLoop(
- syncer::InvalidatorState state);
- void HandleIncomingInvalidationOnFrontendLoop(
- const syncer::ObjectIdInvalidationMap& invalidation_map);
-
// NotificationObserver implementation.
virtual void Observe(
int type,
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host_core.cc ('k') | chrome/browser/sync/glue/sync_backend_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698