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

Unified Diff: public/web/WebServiceWorkerContextClient.h

Issue 1148293011: BackgroundSync sync events need to be ExtendableEvents, blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary comment Created 5 years, 6 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 | « Source/web/ServiceWorkerGlobalScopeProxy.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebServiceWorkerContextClient.h
diff --git a/public/web/WebServiceWorkerContextClient.h b/public/web/WebServiceWorkerContextClient.h
index a2af4562dc9cbfc7d64fe10418b560943f0b8846..3c20eccf6376a7184c5164d0f213f1de75bc5926 100644
--- a/public/web/WebServiceWorkerContextClient.h
+++ b/public/web/WebServiceWorkerContextClient.h
@@ -134,7 +134,9 @@ public:
// ServiceWorker specific method. Called after SyncEvent (dispatched via
// WebServiceWorkerContextProxy) is handled by the ServiceWorker's script
// context.
- virtual void didHandleSyncEvent(int syncEventID) { }
+ // TODO(chasej): crbug.com/486890 - Remove after cleanup on content side
+ virtual void didHandleSyncEventDeprecated(int syncEventID) { }
+ virtual void didHandleSyncEvent(int syncEventID, WebServiceWorkerEventResult result) { }
// ServiceWorker specific method. Called after CrossOriginConnectEvent
// (dispatched via WebServiceWorkerContextProxy) is handled by the
« no previous file with comments | « Source/web/ServiceWorkerGlobalScopeProxy.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698