| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index 216ef1c483e0c9627677b173784f642894c14ad1..6a61c5373a10765ee5532183d1be7a99fe220cb8 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -570,6 +570,10 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
| const syncer::ObjectIdSet& ids) OVERRIDE;
|
| virtual void UnregisterInvalidationHandler(
|
| syncer::InvalidationHandler* handler) OVERRIDE;
|
| + virtual void AcknowledgeInvalidation(
|
| + const invalidation::ObjectId& id,
|
| + const syncer::AckHandle& ack_handle) OVERRIDE;
|
| +
|
| virtual syncer::InvalidatorState GetInvalidatorState() const OVERRIDE;
|
|
|
| // ProfileKeyedService implementation.
|
|
|