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

Unified Diff: content/child/background_sync/background_sync_provider_thread_proxy.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/child/background_sync/background_sync_provider_thread_proxy.h
diff --git a/content/child/background_sync/background_sync_provider_thread_proxy.h b/content/child/background_sync/background_sync_provider_thread_proxy.h
index 5a319520f3f582b56568aa9e3eb519b16ab011d6..048c68f62d8b3036b83f007a0cae242651162ea9 100644
--- a/content/child/background_sync/background_sync_provider_thread_proxy.h
+++ b/content/child/background_sync/background_sync_provider_thread_proxy.h
@@ -35,6 +35,7 @@ class BackgroundSyncProviderThreadProxy : public blink::WebSyncProvider,
void registerBackgroundSync(
const blink::WebSyncRegistration* options,
blink::WebServiceWorkerRegistration* service_worker_registration,
+ bool requested_from_service_worker,
blink::WebSyncRegistrationCallbacks* callbacks);
void unregisterBackgroundSync(
blink::WebSyncRegistration::Periodicity periodicity,

Powered by Google App Engine
This is Rietveld 408576698