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

Unified Diff: public/web/WebServiceWorkerContextProxy.h

Issue 1231743004: [Background Sync] Remove single-parameter sync dispatch methods (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 5 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/WebServiceWorkerContextProxy.h
diff --git a/public/web/WebServiceWorkerContextProxy.h b/public/web/WebServiceWorkerContextProxy.h
index 8d8d37207de8d60f618836a8cd17e1ae7ca0d7ba..ee16343ea8c536946964e5440bc0c1ed8fe4f3f3 100644
--- a/public/web/WebServiceWorkerContextProxy.h
+++ b/public/web/WebServiceWorkerContextProxy.h
@@ -74,9 +74,6 @@ public:
// Once the ServiceWorker has finished handling the sync event,
// didHandleSyncEvent is called on the context client.
- // TODO(iclelland): Remove the single-parameter version once all call sites
- // have been updated.
- virtual void dispatchSyncEvent(int syncEventID) = 0;
virtual void dispatchSyncEvent(int syncEventID, const WebSyncRegistration&) = 0;
virtual void addStashedMessagePorts(const WebMessagePortChannelArray& channels, const WebVector<WebString>& channelNames) {}
« 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