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

Unified Diff: public/web/WebFrameClient.h

Issue 50773002: Introduce WebWorkerPermissionClientProxy to deprecate WorkerAllowMainThreadBridge (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: updated comments, minor code fix Created 7 years, 2 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
« no previous file with comments | « public/web/WebCommonWorkerClient.h ('k') | public/web/WebSharedWorkerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index b9e6a3c4b07fcd949632c56cea75cc48d6165c61..f535472cb32698ea9f051c19bdbf8affc30eba6a 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -71,7 +71,7 @@ class WebString;
class WebURL;
class WebURLLoader;
class WebURLResponse;
-class WebWorker;
+class WebWorkerPermissionClientProxy;
struct WebPluginParams;
struct WebRect;
struct WebSize;
@@ -93,6 +93,9 @@ public:
// May return null. Takes ownership of the client.
virtual WebServiceWorkerProvider* createServiceWorkerProvider(WebFrame*, WebServiceWorkerProviderClient*) { return 0; }
+ // May return null.
+ virtual WebWorkerPermissionClientProxy* createWorkerPermissionClientProxy(WebFrame*) { return 0; }
+
// Services ------------------------------------------------------------
« no previous file with comments | « public/web/WebCommonWorkerClient.h ('k') | public/web/WebSharedWorkerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698