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 ca442d27367f9a9f528b4d49454b85457810d156..2070319c7b5f81cfce3cf29ec1bb3b6b3810cb57 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -71,6 +71,7 @@ struct CommitNavigationParams; |
struct CommonNavigationParams; |
struct ContextMenuParams; |
struct GlobalRequestID; |
+struct HistoryNavigationParams; |
struct Referrer; |
struct ResourceResponse; |
struct TransitionLayerData; |
@@ -413,7 +414,8 @@ class CONTENT_EXPORT RenderFrameHostImpl |
void CommitNavigation(ResourceResponse* response, |
scoped_ptr<StreamHandle> body, |
const CommonNavigationParams& common_params, |
- const CommitNavigationParams& commit_params); |
+ const CommitNavigationParams& commit_params, |
+ const HistoryNavigationParams& history_params); |
// Sets up the Mojo connection between this instance and its associated render |
// frame if it has not yet been set up. |