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

Unified Diff: chrome/renderer/worker_permission_client_proxy.h

Issue 104833006: Switch ContentSettingsObserver to be a RenderFrameObserver instead of a RenderViewObserver (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years 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: chrome/renderer/worker_permission_client_proxy.h
===================================================================
--- chrome/renderer/worker_permission_client_proxy.h (revision 241294)
+++ chrome/renderer/worker_permission_client_proxy.h (working copy)
@@ -15,7 +15,7 @@
}
namespace content {
-class RenderView;
+class RenderFrame;
}
namespace blink {
@@ -27,7 +27,7 @@
class WorkerPermissionClientProxy
: public blink::WebWorkerPermissionClientProxy {
public:
- WorkerPermissionClientProxy(content::RenderView* render_view,
+ WorkerPermissionClientProxy(content::RenderFrame* render_frame,
blink::WebFrame* frame);
virtual ~WorkerPermissionClientProxy();
« no previous file with comments | « chrome/renderer/plugins/chrome_plugin_placeholder.cc ('k') | chrome/renderer/worker_permission_client_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698