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

Unified Diff: public/web/WebSharedWorkerClient.h

Issue 968203002: Remove all references from WebWorkerPermissionClientProxy in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@worker_permission_client
Patch Set: rebase Created 5 years, 9 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/WebFrameClient.h ('k') | public/web/WebWorkerPermissionClientProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSharedWorkerClient.h
diff --git a/public/web/WebSharedWorkerClient.h b/public/web/WebSharedWorkerClient.h
index 2b661071ea2d188e1bb730acce109e6a58bb8107..e79c1fc37961d0b111e846f9e7a6e7d74551a14a 100644
--- a/public/web/WebSharedWorkerClient.h
+++ b/public/web/WebSharedWorkerClient.h
@@ -32,7 +32,6 @@
#define WebSharedWorkerClient_h
#include "public/platform/WebMessagePortChannel.h"
-#include "public/web/WebWorkerPermissionClientProxy.h"
namespace blink {
@@ -70,12 +69,7 @@ public:
// WebWorkerContentSettingsClientProxy should not retain the given
// WebSecurityOrigin, as the proxy instance is passed to worker thread
// while WebSecurityOrigin is not thread safe.
- virtual WebWorkerContentSettingsClientProxy* createWorkerContentSettingsClientProxy(const WebSecurityOrigin& origin)
- {
- return createWorkerPermissionClientProxy(origin);
- }
- // Deprecated call required by embedder.
- virtual WebWorkerPermissionClientProxy* createWorkerPermissionClientProxy(const WebSecurityOrigin&) { return nullptr; }
+ virtual WebWorkerContentSettingsClientProxy* createWorkerContentSettingsClientProxy(const WebSecurityOrigin& origin) { return nullptr; }
// Called on the main thread during initialization.
// Ownership of the returned object is transferred to the caller.
« no previous file with comments | « public/web/WebFrameClient.h ('k') | public/web/WebWorkerPermissionClientProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698