Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index 46ba91072456f429cb61d9b36124adf90341c64a..14998805e8251f6d454cb8e2a19ff1a5b1e85c8b 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -484,6 +484,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
void OnMsgRenderViewReady(); |
void OnMsgRenderViewGone(int status, int error_code); |
void OnMsgDidStartProvisionalLoadForFrame(int64 frame_id, |
+ int64 parent_frame_id, |
bool main_frame, |
const GURL& opener_url, |
const GURL& url); |