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

Unified Diff: content/renderer/render_frame_impl.h

Issue 148083013: Move browser initiated navigation from RenderViewHost to RenderFrameHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another one bites the dust. Created 6 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/renderer/notification_provider.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 6c37f07b5364dac577145687b1f9c0293a4d8762..ce2adb8358480336c3e57cd1a3ae98d1456432e6 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -24,6 +24,7 @@
class TransportDIB;
struct FrameMsg_BuffersSwapped_Params;
struct FrameMsg_CompositorFrameSwapped_Params;
+struct FrameMsg_Navigate_Params;
namespace blink {
class WebInputEvent;
@@ -328,6 +329,10 @@ class CONTENT_EXPORT RenderFrameImpl
// TODO(jam): move this to WebFrameClient
virtual void showContextMenu(const blink::WebContextMenuData& data);
+ // TODO(nasko): Make all tests in RenderViewImplTest friends and then move
+ // this back to private member.
+ void OnNavigate(const FrameMsg_Navigate_Params& params);
+
protected:
RenderFrameImpl(RenderViewImpl* render_view, int32 routing_id);
« no previous file with comments | « content/renderer/notification_provider.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698