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

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h

Issue 2517223002: Move content/renderer/background_sync to Blink (Closed)
Patch Set: Fix broken WebEmbeddedWorker test Created 4 years, 1 month 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: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
index e7501de0fe43d41095f702e8c6add0184c4f6b76..830eb7913c30f77032bb0c36b910d2c9b04a1692 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
@@ -85,9 +85,6 @@ class ServiceWorkerGlobalScopeClientImpl final
void didHandlePushEvent(int pushEventID,
WebServiceWorkerEventResult,
double eventDispatchTime) override;
- void didHandleSyncEvent(int syncEventID,
- WebServiceWorkerEventResult,
- double eventDispatchTime) override;
void postMessageToClient(
const WebString& clientUUID,
const WebString& message,

Powered by Google App Engine
This is Rietveld 408576698