Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / browser / frame_host / interstitial_page_navigator_impl.h
index 1b55fd2..2b57f7a 100644 (file)
@@ -22,9 +22,18 @@ class CONTENT_EXPORT InterstitialPageNavigatorImpl : public Navigator {
       InterstitialPageImpl* interstitial,
       NavigationControllerImpl* navigation_controller);
 
+  virtual void DidNavigate(
+      RenderFrameHostImpl* render_frame_host,
+      const FrameHostMsg_DidCommitProvisionalLoad_Params&
+          input_params) OVERRIDE;
+
  private:
   virtual ~InterstitialPageNavigatorImpl() {}
 
+  // The InterstitialPage with which this navigator object is associated.
+  // Non owned pointer.
+  InterstitialPageImpl* interstitial_;
+
   DISALLOW_COPY_AND_ASSIGN(InterstitialPageNavigatorImpl);
 };