| Index: content/browser/frame_host/navigation_handle_impl.h
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
|
| index ed0973912465a49bba5749c91f7605274ab4a8ef..405125680cb0db2735eb0d110378f1101840e00f 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -121,6 +121,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
|
| const std::vector<GURL>& GetRedirectChain() override;
|
| int GetFrameTreeNodeId() override;
|
| int GetParentFrameTreeNodeId() override;
|
| + RenderFrameHostImpl* GetParentFrame() override;
|
| const base::TimeTicks& NavigationStart() override;
|
| bool IsPost() override;
|
| const Referrer& GetReferrer() override;
|
|
|