| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 2ff0dd716f7a2455c55fe998ececc2dabd200182..3456a3f5709370af879e68207faa2244ddcef038 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -960,18 +960,8 @@ class CONTENT_EXPORT RenderFrameImpl
|
| const RequestNavigationParams& request_params);
|
|
|
| // PlzNavigate
|
| - // Sends a FrameHostMsg_BeginNavigation to the browser based on the contents
|
| - // of the WebURLRequest.
|
| - // |should_replace_current_entry| indicates that the current history entry
|
| - // will be replaced when the navigation commits. |is_client_redirect|
|
| - // indicates that the navigation originated as a client redirect.
|
| - // Note: those two concepts are separate. For example, a location.assign is a
|
| - // client redirect but it only replaces the current entry if called before
|
| - // load stop. location.replace on the other hand is a client redirect and
|
| - // always replaces the current entry.
|
| - void BeginNavigation(blink::WebURLRequest* request,
|
| - bool should_replace_current_entry,
|
| - bool is_client_redirect);
|
| + // Sends a FrameHostMsg_BeginNavigation to the browser
|
| + void BeginNavigation(const NavigationPolicyInfo& info);
|
|
|
| // Loads a data url.
|
| void LoadDataURL(const CommonNavigationParams& params,
|
|
|