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

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

Issue 868463004: ServiceWorker: add ServiceWorkerClients.claim() support (1/3). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: change error type Created 5 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: Source/modules/serviceworkers/ServiceWorkerClients.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.h b/Source/modules/serviceworkers/ServiceWorkerClients.h
index c62c32dee2989aeaa1b316dd0fe000b2a6123af6..1e945a9b3481573dc095995b13c33000e37abdc9 100644
--- a/Source/modules/serviceworkers/ServiceWorkerClients.h
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.h
@@ -22,6 +22,7 @@ public:
// Clients.idl
ScriptPromise getAll(ScriptState*, const ClientQueryOptions&);
+ ScriptPromise claim(ScriptState*);
void trace(Visitor*) { }

Powered by Google App Engine
This is Rietveld 408576698