Chromium Code Reviews| 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 a0bd3c08fbbac3302feb9af43e8bea98dbfb8eba..bddbfd8a6f256bff4f65ab2ea3729141ff8b4cc6 100644 |
| --- a/chrome/browser/sync/glue/sync_backend_host.h |
| +++ b/chrome/browser/sync/glue/sync_backend_host.h |
| @@ -184,6 +184,10 @@ class SyncBackendHost : public BackendDataTypeConfigurer { |
| // notifier. This lasts until StopSyncingForShutdown() is called. |
| void UpdateRegisteredInvalidationIds(const syncer::ObjectIdSet& ids); |
| + // TODO(dcheng): Add a comment. |
|
akalin
2012/10/19 13:27:16
!
dcheng
2012/10/19 19:38:11
Done.
|
| + void AcknowledgeInvalidation(const invalidation::ObjectId& id, |
| + const syncer::AckHandle& ack_handle); |
| + |
| // This starts the SyncerThread running a Syncer object to communicate with |
| // sync servers. Until this is called, no changes will leave or enter this |
| // browser from the cloud / sync servers. |