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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 968983002: Rename blink::WebWorkerPermissionProxyClient to blink::WebWorkerContentSettingsProxyClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gypi typo Created 5 years, 10 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 | « content/content_renderer.gypi ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index 7889016b52c927c88d1d8347871eba813eaa376d..2106cb38f7c045189ced6fd396a20ef3bc137b3d 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -47,7 +47,7 @@ class WebSpeechSynthesizer;
class WebSpeechSynthesizerClient;
class WebThemeEngine;
class WebURLRequest;
-class WebWorkerPermissionClientProxy;
+class WebWorkerContentSettingsClientProxy;
struct WebPluginParams;
struct WebURLError;
}
@@ -281,9 +281,9 @@ class CONTENT_EXPORT ContentRendererClient {
virtual bool ShouldEnableSiteIsolationPolicy() const;
// Creates a permission client proxy for in-renderer worker.
- virtual blink::WebWorkerPermissionClientProxy*
- CreateWorkerPermissionClientProxy(RenderFrame* render_frame,
- blink::WebFrame* frame);
+ virtual blink::WebWorkerContentSettingsClientProxy*
+ CreateWorkerContentSettingsClientProxy(RenderFrame* render_frame,
+ blink::WebFrame* frame);
// Returns true if the page at |url| can use Pepper CameraDevice APIs.
virtual bool IsPluginAllowedToUseCameraDeviceAPI(const GURL& url);
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698