Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 092b63045b22a00e10b5564a999ea9c70c424ac1..dc4cc3df78fd1f1b73f5a377b4ffc35c8b34c697 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -23,6 +23,7 @@ |
class GURL; |
struct FrameHostMsg_DidFailProvisionalLoadWithError_Params; |
struct FrameHostMsg_OpenURL_Params; |
+struct FrameHostMsg_BeginNavigation_Params; |
struct FrameMsg_Navigate_Params; |
namespace base { |
@@ -247,6 +248,8 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost { |
const base::string16& title, |
blink::WebTextDirection title_direction); |
void OnUpdateEncoding(const std::string& encoding); |
+ void OnBeginNavigation( |
+ const FrameHostMsg_BeginNavigation_Params& params); |
// Returns whether the given URL is allowed to commit in the current process. |
// This is a more conservative check than RenderProcessHost::FilterURL, since |