| Index: content/browser/frame_host/navigation_controller_delegate.h
|
| diff --git a/content/browser/frame_host/navigation_controller_delegate.h b/content/browser/frame_host/navigation_controller_delegate.h
|
| index e578a84e9126608e98a4a6cdd54562e5bcfdecbf..9789689033ffcaafa8ef7deec6f45a6869ecdf5c 100644
|
| --- a/content/browser/frame_host/navigation_controller_delegate.h
|
| +++ b/content/browser/frame_host/navigation_controller_delegate.h
|
| @@ -15,6 +15,7 @@ namespace content {
|
| struct LoadCommittedDetails;
|
| struct LoadNotificationDetails;
|
| struct NativeWebKeyboardEvent;
|
| +class FrameTree;
|
| class InterstitialPage;
|
| class InterstitialPageImpl;
|
| class RenderFrameHost;
|
| @@ -46,6 +47,7 @@ class NavigationControllerDelegate {
|
|
|
| // Methods from WebContentsImpl that NavigationControllerImpl needs to
|
| // call.
|
| + virtual FrameTree* GetFrameTree() = 0;
|
| virtual void NotifyBeforeFormRepostWarningShow() = 0;
|
| virtual void NotifyNavigationEntryCommitted(
|
| const LoadCommittedDetails& load_details) = 0;
|
|
|