| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 2a7acd5029e5ca4fe424f488dbf928b53e7e6cdf..e904d8fe4bc609dd2664c1a1d572e1cd9f439a23 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -669,6 +669,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| base::TimeTicks ui_timestamp);
|
| void OnDidStartProvisionalLoad(
|
| const GURL& url,
|
| + const std::vector<GURL>& redirect_chain,
|
| const base::TimeTicks& navigation_start);
|
| void OnDidFailProvisionalLoadWithError(
|
| const FrameHostMsg_DidFailProvisionalLoadWithError_Params& params);
|
|
|