| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 2916939c89001d44b38489bcf6ddb43d2a7c1562..33d5e5f2d8fcd05c7a0239f13d4fa8a2be11c49a 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -126,6 +126,7 @@ class CompositorDependencies;
|
| class DevToolsAgent;
|
| class DocumentState;
|
| class ExternalPopupMenu;
|
| +class HistoryEntry;
|
| class ManifestManager;
|
| class MediaInterfaceProvider;
|
| class MediaStreamDispatcher;
|
| @@ -931,9 +932,11 @@ class CONTENT_EXPORT RenderFrameImpl
|
| blink::WebFileChooserCompletion* completion);
|
|
|
| // Loads the appropriate error page for the specified failure into the frame.
|
| + // |entry| is only used by PlzNavigate when navigating to a history item.
|
| void LoadNavigationErrorPage(const blink::WebURLRequest& failed_request,
|
| const blink::WebURLError& error,
|
| - bool replace);
|
| + bool replace,
|
| + HistoryEntry* entry);
|
|
|
| void HandleJavascriptExecutionResult(const base::string16& javascript,
|
| int id,
|
|
|