| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 635a406aca057391f28c4fca16c8ee4657b93217..f87f71d108a5af9da1417ef867faf84274d349dd 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -301,6 +301,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual void DidStartProvisionalLoadForFrame(
|
| content::RenderViewHost* render_view_host,
|
| int64 frame_id,
|
| + int64 parent_frame_id,
|
| bool main_frame,
|
| const GURL& opener_url,
|
| const GURL& url) OVERRIDE;
|
|
|