| Index: content/browser/background_sync/background_sync_service_impl.cc
|
| diff --git a/content/browser/background_sync/background_sync_service_impl.cc b/content/browser/background_sync/background_sync_service_impl.cc
|
| index ce27c48bb633a32da0b423ff1937c48bf69c5f58..52a08badf2aef41769f4dbac5261e530ba68aa26 100644
|
| --- a/content/browser/background_sync/background_sync_service_impl.cc
|
| +++ b/content/browser/background_sync/background_sync_service_impl.cc
|
| @@ -162,7 +162,7 @@ void BackgroundSyncServiceImpl::GetPermissionStatus(
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
|
|
| // TODO(iclelland): Implement a real policy. This is a stub implementation.
|
| - // OneShot: crbug.com/482091
|
| + // See https://crbug.com/482091.
|
| callback.Run(BackgroundSyncError::NONE, PermissionStatus::GRANTED);
|
| }
|
|
|
|
|