Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(463)

Unified Diff: content/browser/background_sync/background_sync_service_impl.cc

Issue 1613053004: [Background Sync Cleanup] Remove mention of oneshot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@purge_periodic
Patch Set: Nit Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698