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

Unified Diff: content/common/background_sync_service.mojom

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
« no previous file with comments | « content/child/background_sync/background_sync_provider_thread_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/background_sync_service.mojom
diff --git a/content/common/background_sync_service.mojom b/content/common/background_sync_service.mojom
index c8299603689dd298bdbe6bc1fa3ae861dfa0106a..7003a59fa0e1845a938e20eb3e687ff199d81b66 100644
--- a/content/common/background_sync_service.mojom
+++ b/content/common/background_sync_service.mojom
@@ -18,7 +18,8 @@ enum BackgroundSyncError {
};
interface BackgroundSyncService {
- Register(SyncRegistration options, int64 service_worker_registration_id)
+ Register(SyncRegistration options, int64 service_worker_registration_id,
+ bool requested_from_service_worker)
Tom Sepez 2015/08/31 18:58:13 Is this sent by both renderers and SWs? If so, wh
iclelland 2015/08/31 19:16:29 This value is sent by the renderer, based on wheth
=> (BackgroundSyncError err, SyncRegistration options);
GetRegistration(BackgroundSyncPeriodicity periodicity, string tag,
int64 service_worker_registration_id)
« no previous file with comments | « content/child/background_sync/background_sync_provider_thread_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698