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

Unified Diff: content/browser/frame_host/render_frame_host_delegate.h

Issue 2563233002: WebContentsImpl: IPC_BEGIN_MESSAGE_MAP_WITH_PARAM everywhere (Closed)
Patch Set: Fix comments. Created 4 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: content/browser/frame_host/render_frame_host_delegate.h
diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h
index a22a5bf05e9dca007b58aecf23ff4a73a8891e61..666a7dba0825776cab3fa98580af35666db1858b 100644
--- a/content/browser/frame_host/render_frame_host_delegate.h
+++ b/content/browser/frame_host/render_frame_host_delegate.h
@@ -41,6 +41,7 @@ class FrameTreeNode;
class InterstitialPage;
class PageState;
class RenderFrameHost;
+class RenderFrameHostImpl;
class ScreenOrientationProvider;
class WebContents;
struct AXEventNotificationDetails;
@@ -53,7 +54,7 @@ struct FileChooserParams;
class CONTENT_EXPORT RenderFrameHostDelegate {
public:
// This is used to give the delegate a chance to filter IPC messages.
- virtual bool OnMessageReceived(RenderFrameHost* render_frame_host,
+ virtual bool OnMessageReceived(RenderFrameHostImpl* render_frame_host,
const IPC::Message& message);
// Allows the delegate to filter incoming associated inteface requests.

Powered by Google App Engine
This is Rietveld 408576698