| Index: content/child/background_sync/background_sync_provider.cc
|
| diff --git a/content/child/background_sync/background_sync_provider.cc b/content/child/background_sync/background_sync_provider.cc
|
| index 06976dec1a7abecfe871214a52a9f95b38bcb05f..637ec60f42af615baa4f084b7436b6958a3ecc2c 100644
|
| --- a/content/child/background_sync/background_sync_provider.cc
|
| +++ b/content/child/background_sync/background_sync_provider.cc
|
| @@ -124,18 +124,6 @@ void BackgroundSyncProvider::getRegistrations(
|
| base::Passed(std::move(callbacksPtr))));
|
| }
|
|
|
| -void BackgroundSyncProvider::releaseRegistration(int64_t handle_id) {
|
| - GetBackgroundSyncServicePtr()->ReleaseRegistration(handle_id);
|
| -}
|
| -
|
| -void BackgroundSyncProvider::DuplicateRegistrationHandle(
|
| - int64_t handle_id,
|
| - const BackgroundSyncService::DuplicateRegistrationHandleCallback&
|
| - callback) {
|
| - GetBackgroundSyncServicePtr()->DuplicateRegistrationHandle(handle_id,
|
| - callback);
|
| -}
|
| -
|
| void BackgroundSyncProvider::WillStopCurrentWorkerThread() {
|
| delete this;
|
| }
|
|
|