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

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

Issue 1096503002: [Background Sync] Converting Blink code to the MVP API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Unregister method requires the sync registration tag Created 5 years, 8 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: Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h
diff --git a/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h b/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h
index d5dc7374f9a554925e9f7cb61f0dd331e473546b..42f4b3a39eadfb370dc5f206202b232f2f640ffc 100644
--- a/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h
+++ b/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h
@@ -12,6 +12,7 @@ namespace blink {
class ServiceWorkerGlobalScopeSync {
public:
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(sync);
+ DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(periodicsync);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698