| Index: content/browser/frame_host/navigator_impl.h
|
| diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h
|
| index 8f605227da3035dda2e24a6144199afde9238329..2d2e163ae8cf2ac53196ebd669a4f94bda6c7a86 100644
|
| --- a/content/browser/frame_host/navigator_impl.h
|
| +++ b/content/browser/frame_host/navigator_impl.h
|
| @@ -114,6 +114,8 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator {
|
| // to execute the beforeUnload event. Otherwise, the navigation request will
|
| // be started.
|
| void RequestNavigation(FrameTreeNode* frame_tree_node,
|
| + const GURL& dest_url,
|
| + const Referrer& dest_referrer,
|
| const FrameNavigationEntry& frame_entry,
|
| const NavigationEntryImpl& entry,
|
| NavigationController::ReloadType reload_type,
|
|
|