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

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

Issue 1316743002: Reland of [Background Sync] Allow sync manager access from uncontrolled clients (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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.h
diff --git a/content/browser/background_sync/background_sync_service_impl.h b/content/browser/background_sync/background_sync_service_impl.h
index 4f8ab3d4580b2638e8c7d8464d213eb655c5ef34..5733be960607025bfe23bd5554e56a34acc02792 100644
--- a/content/browser/background_sync/background_sync_service_impl.h
+++ b/content/browser/background_sync/background_sync_service_impl.h
@@ -32,6 +32,7 @@ class CONTENT_EXPORT BackgroundSyncServiceImpl
// BackgroundSyncService methods:
void Register(content::SyncRegistrationPtr options,
int64_t sw_registration_id,
+ bool requested_from_service_worker,
const RegisterCallback& callback) override;
void Unregister(BackgroundSyncPeriodicity periodicity,
int64_t id,

Powered by Google App Engine
This is Rietveld 408576698