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

Unified Diff: content/renderer/render_frame_impl.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: 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: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index a13f3f84f247dbd2226f89b1fe1f437fcaf4e8b9..30c12c442926561e39e08c204ba4dffa09e4f726 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -47,6 +47,8 @@ class CONTENT_EXPORT RenderFrameImpl
virtual WebKit::WebApplicationCacheHost* createApplicationCacheHost(
WebKit::WebFrame* frame,
WebKit::WebApplicationCacheHostClient* client);
+ virtual WebKit::WebWorkerPermissionClientProxy*
+ createWorkerPermissionClientProxy(WebKit::WebFrame* frame);
virtual WebKit::WebCookieJar* cookieJar(WebKit::WebFrame* frame);
virtual void didAccessInitialDocument(WebKit::WebFrame* frame);
virtual WebKit::WebFrame* createChildFrame(WebKit::WebFrame* parent,

Powered by Google App Engine
This is Rietveld 408576698