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

Unified Diff: Source/web/WorkerAllowMainThreadBridgeBase.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 | « Source/web/WebWorkerClientImpl.cpp ('k') | Source/web/WorkerFileSystemClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WorkerAllowMainThreadBridgeBase.h
diff --git a/Source/web/WorkerAllowMainThreadBridgeBase.h b/Source/web/WorkerAllowMainThreadBridgeBase.h
index edd606c7e76891ef04854bb2d7769279c48dcaae..38dd2e3990a0187b4ae14a7669c8221b47497c7e 100644
--- a/Source/web/WorkerAllowMainThreadBridgeBase.h
+++ b/Source/web/WorkerAllowMainThreadBridgeBase.h
@@ -35,6 +35,8 @@
namespace WebKit {
+// FIXME: Deprecate this bridge code when PermissionClientProxy is implemented
+// by the embedder.
// Base class for worker thread bridges. This class adds an observer to
// WorkerGlobalScope so that it doesn't try to use deleted pointers when
// WorkerGlobalScope is destroyed.
@@ -91,4 +93,3 @@ private:
};
} // namespace WebKit
-
« no previous file with comments | « Source/web/WebWorkerClientImpl.cpp ('k') | Source/web/WorkerFileSystemClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698