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

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

Issue 23754021: Invalidation trickles mega-patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/sync_backend_host.h
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
index 113ad42e0dd4f1fae9f9066f836547e6ced0b135..bfdca9f24208ccd341ae80238b097c8efd22ce7b 100644
--- a/chrome/browser/sync/glue/sync_backend_host.h
+++ b/chrome/browser/sync/glue/sync_backend_host.h
@@ -505,12 +505,6 @@ class SyncBackendHost
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,
@@ -521,7 +515,7 @@ class SyncBackendHost
virtual void OnInvalidatorStateChange(
syncer::InvalidatorState state) OVERRIDE;
virtual void OnIncomingInvalidation(
- const syncer::ObjectIdInvalidationMap& invalidation_map) OVERRIDE;
+ const syncer::ObjectIdInvalidationMap& invalidations) OVERRIDE;
// Handles stopping the core's SyncManager, accounting for whether
// initialization is done yet.
« no previous file with comments | « chrome/browser/policy/cloud/cloud_policy_invalidator_unittest.cc ('k') | chrome/browser/sync/glue/sync_backend_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698