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

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.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/ServiceWorkerGlobalScopeProxy.h
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
index 2260d753cdd369fa97bfb86b73e1fe5e2c4ae526..9f62ff54c6302fae233ef97ad13b71ae678d7f98 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
@@ -108,7 +108,6 @@ class ServiceWorkerGlobalScopeProxy final
const WebString& notificationID,
const WebNotificationData&) override;
void dispatchPushEvent(int, const WebString& data) override;
- void dispatchSyncEvent(int, const WebString& tag, LastChanceOption) override;
bool hasFetchEventHandler() override;
void onNavigationPreloadResponse(
int fetchEventID,

Powered by Google App Engine
This is Rietveld 408576698