| Index: content/browser/frame_host/interstitial_page_impl.h
|
| ===================================================================
|
| --- content/browser/frame_host/interstitial_page_impl.h (revision 238504)
|
| +++ content/browser/frame_host/interstitial_page_impl.h (working copy)
|
| @@ -10,6 +10,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/browser/frame_host/frame_tree.h"
|
| #include "content/browser/frame_host/navigator_delegate.h"
|
| +#include "content/browser/frame_host/render_frame_host_delegate.h"
|
| #include "content/browser/renderer_host/render_view_host_delegate.h"
|
| #include "content/browser/renderer_host/render_widget_host_delegate.h"
|
| #include "content/public/browser/interstitial_page.h"
|
| @@ -38,6 +39,7 @@
|
| : public NON_EXPORTED_BASE(InterstitialPage),
|
| public NotificationObserver,
|
| public WebContentsObserver,
|
| + public NON_EXPORTED_BASE(RenderFrameHostDelegate),
|
| public RenderViewHostDelegate,
|
| public RenderWidgetHostDelegate,
|
| public NON_EXPORTED_BASE(NavigatorDelegate) {
|
| @@ -101,6 +103,8 @@
|
| virtual void NavigationEntryCommitted(
|
| const LoadCommittedDetails& load_details) OVERRIDE;
|
|
|
| + // RenderFrameHostDelegate implementation:
|
| +
|
| // RenderViewHostDelegate implementation:
|
| virtual RenderViewHostDelegateView* GetDelegateView() OVERRIDE;
|
| virtual const GURL& GetURL() const OVERRIDE;
|
|
|