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

Unified Diff: Source/web/ServiceWorkerGlobalScopeClientImpl.h

Issue 1008533005: Initial implementation of stashed message ports, blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 7 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 b96a2ac707e28cc0385847a6044d7886c73b2ce5..33e792215e224769ba8d04b2f77e63ee36c044c0 100644
--- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h
+++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
@@ -68,6 +68,7 @@ public:
virtual void skipWaiting(WebServiceWorkerSkipWaitingCallbacks*) override;
virtual void claim(WebServiceWorkerClientsClaimCallbacks*) override;
virtual void focus(const WebString& clientUUID, WebServiceWorkerClientCallbacks*) override;
+ virtual void stashMessagePort(WebMessagePortChannel*, const WebString& name) override;
DEFINE_INLINE_VIRTUAL_TRACE() { ServiceWorkerGlobalScopeClient::trace(visitor); }
« no previous file with comments | « Source/modules/serviceworkers/StashedPortCollection.idl ('k') | Source/web/ServiceWorkerGlobalScopeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698