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

Unified Diff: content/browser/background_sync/background_sync_registration_handle.h

Issue 1614063002: [BackgroundSync Cleanup] Remove periodic sync code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@purge_power
Patch Set: Address comments from PS3 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_registration_handle.h
diff --git a/content/browser/background_sync/background_sync_registration_handle.h b/content/browser/background_sync/background_sync_registration_handle.h
index 22cfdaa85a2718547e608aae84e229cb391c783d..da4db864f11381d7f7ec40b91748feb007f7d407 100644
--- a/content/browser/background_sync/background_sync_registration_handle.h
+++ b/content/browser/background_sync/background_sync_registration_handle.h
@@ -53,8 +53,7 @@ class CONTENT_EXPORT BackgroundSyncRegistrationHandle {
// succeeded. The provided state is BackgroundSyncState::SUCCESS on success,
// BACKGRUOND_SYNC_STATE_FAILED on final failure, and
// BackgroundSyncState::UNREGISTERED if the registration was unregistered
- // before it could complete. NotifyWhenFinished should only be called for
- // SYNC_ONE_SHOT registrations.
+ // before it could complete.
void NotifyWhenFinished(const StatusAndStateCallback& callback);
// Returns true if the handle is backed by a BackgroundSyncRegistration in the

Powered by Google App Engine
This is Rietveld 408576698