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

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

Issue 46583005: Send Allow{Database,FileSystem,IndexedDB} sync IPCs directly from worker thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments 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 | « content/content_worker.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 b5b11cd11beb9e47e1ac44254c3525d37d88da2b..86b7e318e345e62cdcc754cd2a131220d2287829 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -43,6 +43,7 @@ class WebSpeechSynthesizer;
class WebSpeechSynthesizerClient;
class WebThemeEngine;
class WebURLRequest;
+class WebWorkerPermissionClientProxy;
struct WebPluginParams;
struct WebURLError;
}
@@ -265,6 +266,11 @@ class CONTENT_EXPORT ContentRendererClient {
// this renderer process. Currently, we apply the policy only to a renderer
// process running on a normal page from the web.
virtual bool ShouldEnableSiteIsolationPolicy() const;
+
+ // Creates a permission client proxy for in-renderer worker.
+ virtual WebKit::WebWorkerPermissionClientProxy*
+ CreateWorkerPermissionClientProxy(RenderView* render_view,
+ WebKit::WebFrame* frame);
};
} // namespace content
« no previous file with comments | « content/content_worker.gypi ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698