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 |