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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h

Issue 224333003: Blink side of requestSyncEvents() function. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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/serviceworkers/ServiceWorkerGlobalScope.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
index 8b07b708e378048db0d06cd2a8a38a309ce1a883..48fbfede430f4b57ace3e2a8250fae75f302710a 100644
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
@@ -59,6 +59,9 @@ public:
virtual void trace(Visitor*) OVERRIDE;
+ void requestSyncEvents(ExecutionContext*, bool requested, const Dictionary&);
+ void requestSyncEvents(ExecutionContext*);
+
private:
ServiceWorkerGlobalScope(const KURL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>);
};

Powered by Google App Engine
This is Rietveld 408576698