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

Unified Diff: Source/web/ServiceWorkerGlobalScopeClientImpl.h

Issue 850413002: [ServiceWorker] Implement ServiceWorkerClients.openWindow(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sw_client_info_cb
Patch Set: 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/web/ServiceWorkerGlobalScopeClientImpl.h
diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
index 4aa93b3249959129eaec386c48b710f8f011afa4..7d85c38eb27167c00d30192c0b7f834d1e35e9e3 100644
--- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h
+++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
@@ -48,7 +48,9 @@ public:
static PassOwnPtrWillBeRawPtr<ServiceWorkerGlobalScopeClient> create(WebServiceWorkerContextClient&);
virtual ~ServiceWorkerGlobalScopeClientImpl();
- virtual void getClients(WebServiceWorkerClientsCallbacks*);
+ virtual void getClients(WebServiceWorkerClientsCallbacks*) override;
+ virtual void openWindow(const WebURL&, WebServiceWorkerClientCallbacks*) override;
+
virtual WebURL scope() const override;
virtual WebServiceWorkerCacheStorage* cacheStorage() const override;

Powered by Google App Engine
This is Rietveld 408576698