| 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..5d716dfe5019ed913907d2c96915337229f86689 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -120,7 +120,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
|
| bool WasServerRedirect() override;
|
| 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;
|
|
|