| Index: content/browser/background_sync/background_sync_browsertest.cc
|
| diff --git a/content/browser/background_sync/background_sync_browsertest.cc b/content/browser/background_sync/background_sync_browsertest.cc
|
| index 3205c75b58bc8b66b9ae3311c163917fd070a64c..082102082d53acd3f9e91a993e7bd11d093961bc 100644
|
| --- a/content/browser/background_sync/background_sync_browsertest.cc
|
| +++ b/content/browser/background_sync/background_sync_browsertest.cc
|
| @@ -85,7 +85,7 @@ void OneShotPendingDidGetSWRegistration(
|
| int64_t service_worker_id = registration->id();
|
| BackgroundSyncManager* sync_manager = sync_context->background_sync_manager();
|
| sync_manager->GetRegistration(
|
| - service_worker_id, tag, SYNC_ONE_SHOT,
|
| + service_worker_id, tag,
|
| base::Bind(&OneShotPendingDidGetSyncRegistration, callback));
|
| }
|
|
|
|
|