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

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

Issue 10916131: [Invalidations] Add GetInvalidatorState() to Invalidator{,Frontend} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix android Created 8 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 1d663815b77b4d5273ff2a6cd5812791012c5143..0faadf6b2c0b2ff0b6e7148697d8936177575085 100644
--- a/chrome/browser/sync/glue/sync_backend_host.h
+++ b/chrome/browser/sync/glue/sync_backend_host.h
@@ -466,12 +466,11 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
syncer::ModelTypeSet failed_configuration_types);
// syncer::InvalidationHandler-like functions.
- void HandleNotificationsEnabledOnFrontendLoop();
- void HandleNotificationsDisabledOnFrontendLoop(
- syncer::NotificationsDisabledReason reason);
- void HandleIncomingNotificationOnFrontendLoop(
+ void HandleInvalidatorStateChangeOnFrontendLoop(
+ syncer::InvalidatorState state);
+ void HandleIncomingInvalidationOnFrontendLoop(
const syncer::ObjectIdStateMap& id_state_map,
- syncer::IncomingNotificationSource source);
+ syncer::IncomingInvalidationSource source);
// Handles stopping the core's SyncManager, accounting for whether
// initialization is done yet.
« no previous file with comments | « chrome/browser/sync/glue/chrome_sync_notification_bridge_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