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

Unified Diff: third_party/WebKit/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h

Issue 1614063002: [BackgroundSync Cleanup] Remove periodic sync code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@purge_power
Patch Set: Address comments from PS3 Created 4 years, 11 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
Index: third_party/WebKit/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h
diff --git a/third_party/WebKit/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h b/third_party/WebKit/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h
index 42f4b3a39eadfb370dc5f206202b232f2f640ffc..d5dc7374f9a554925e9f7cb61f0dd331e473546b 100644
--- a/third_party/WebKit/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h
+++ b/third_party/WebKit/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h
@@ -12,7 +12,6 @@ namespace blink {
class ServiceWorkerGlobalScopeSync {
public:
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(sync);
- DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(periodicsync);
};
} // namespace blink
« no previous file with comments | « content/public/common/background_sync.mojom ('k') | third_party/WebKit/Source/modules/background_sync/SyncManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698