| Index: content/browser/web_contents/navigation_controller_impl.h
|
| ===================================================================
|
| --- content/browser/web_contents/navigation_controller_impl.h (revision 154300)
|
| +++ content/browser/web_contents/navigation_controller_impl.h (working copy)
|
| @@ -222,7 +222,7 @@
|
| // whether the last entry has been replaced or not.
|
| // See LoadCommittedDetails.did_replace_entry.
|
| void RendererDidNavigateToNewPage(
|
| - const ViewHostMsg_FrameNavigate_Params& params, bool* did_replace_entry);
|
| + const ViewHostMsg_FrameNavigate_Params& params, bool replace_entry);
|
| void RendererDidNavigateToExistingPage(
|
| const ViewHostMsg_FrameNavigate_Params& params);
|
| void RendererDidNavigateToSamePage(
|
|
|