| Index: content/browser/frame_host/navigator.h
|
| diff --git a/content/browser/frame_host/navigator.h b/content/browser/frame_host/navigator.h
|
| index 7390426a8d41a72b0c59c68d440a1ba678270dde..503c4d1f6cab244f818a83a13646f5857be797cc 100644
|
| --- a/content/browser/frame_host/navigator.h
|
| +++ b/content/browser/frame_host/navigator.h
|
| @@ -22,6 +22,7 @@ class TimeTicks;
|
|
|
| namespace content {
|
|
|
| +class FrameNavigationEntry;
|
| class FrameTreeNode;
|
| class NavigationControllerImpl;
|
| class NavigationEntryImpl;
|
| @@ -86,6 +87,7 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> {
|
| // initialization of Navigator and NavigationController is properly done.
|
| virtual bool NavigateToPendingEntry(
|
| FrameTreeNode* frame_tree_node,
|
| + const FrameNavigationEntry& frame_nav_entry,
|
| NavigationController::ReloadType reload_type);
|
|
|
|
|
|
|