| 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 bd236a750c7ce9874d41af1b2d018adf46cf9f99..279c45977f11f54826448381cc86351d1f125bae 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -97,6 +97,7 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
|
| bool IsParentMainFrame() override;
|
| bool IsRendererInitiated() override;
|
| bool WasServerRedirect() override;
|
| + const std::vector<GURL>& GetRedirectChain() override;
|
| int GetFrameTreeNodeId() override;
|
| int GetParentFrameTreeNodeId() override;
|
| const base::TimeTicks& NavigationStart() override;
|
|
|