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

Unified Diff: public/web/WebCommonWorkerClient.h

Issue 50773002: Introduce WebWorkerPermissionClientProxy to deprecate WorkerAllowMainThreadBridge (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: public/web/WebCommonWorkerClient.h
diff --git a/public/web/WebCommonWorkerClient.h b/public/web/WebCommonWorkerClient.h
index 297adc1399fd5bccb59c54e9649cacfca3d01c97..88ac1ef6147f9437a237111a49988afbe2c62d62 100644
--- a/public/web/WebCommonWorkerClient.h
+++ b/public/web/WebCommonWorkerClient.h
@@ -48,6 +48,7 @@ class WebString;
class WebWorker;
class WebWorkerClient;
+// FIXME: Deprecate this.
class WebCommonWorkerClient {
public:
// Called on the main webkit thread before opening a web database.

Powered by Google App Engine
This is Rietveld 408576698