| Index: content/renderer/background_sync/background_sync_client_impl.h
|
| diff --git a/content/renderer/background_sync/background_sync_client_impl.h b/content/renderer/background_sync/background_sync_client_impl.h
|
| index 3b209b343e01f2fdfdcf5063120c87071977f7dc..c18ccf1e844d0acfaa54d208878cc3845dfc51d7 100644
|
| --- a/content/renderer/background_sync/background_sync_client_impl.h
|
| +++ b/content/renderer/background_sync/background_sync_client_impl.h
|
| @@ -31,20 +31,12 @@ class CONTENT_EXPORT BackgroundSyncClientImpl
|
| mojo::InterfaceRequest<BackgroundSyncServiceClient> request);
|
|
|
| // BackgroundSyncServiceClient methods:
|
| - void Sync(int64_t handle_id,
|
| + void Sync(const mojo::String& tag,
|
| content::BackgroundSyncEventLastChance last_chance,
|
| const SyncCallback& callback) override;
|
| - void SyncDidGetRegistration(
|
| - int64_t callback_id,
|
| - content::BackgroundSyncEventLastChance last_chance,
|
| - BackgroundSyncError error,
|
| - SyncRegistrationPtr registration);
|
|
|
| mojo::StrongBinding<BackgroundSyncServiceClient> binding_;
|
|
|
| - int64_t callback_seq_num_;
|
| - std::map<int64_t, SyncCallback> sync_callbacks_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(BackgroundSyncClientImpl);
|
| };
|
|
|
|
|