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

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

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.cpp
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
index 0b58bf64310124eaf1c97a6b6039c4540432d357..f7c8480097bdc1e560db2c816fe7ef4b41b8fe7e 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
@@ -140,13 +140,6 @@ void ServiceWorkerGlobalScopeClientImpl::didHandlePushEvent(
m_client.didHandlePushEvent(pushEventID, result, eventDispatchTime);
}
-void ServiceWorkerGlobalScopeClientImpl::didHandleSyncEvent(
- int syncEventID,
- WebServiceWorkerEventResult result,
- double eventDispatchTime) {
- m_client.didHandleSyncEvent(syncEventID, result, eventDispatchTime);
-}
-
void ServiceWorkerGlobalScopeClientImpl::postMessageToClient(
const WebString& clientUUID,
const WebString& message,

Powered by Google App Engine
This is Rietveld 408576698