Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / prerender / prerender_manager.h
index a4ed839..35c6a5c 100644 (file)
@@ -492,20 +492,14 @@ class PrerenderManager : public base::SupportsWeakPtr<PrerenderManager>,
         const GURL& url,
         content::RenderFrameHost* render_frame_host) OVERRIDE;
     virtual void DidCommitProvisionalLoadForFrame(
-        int64 frame_id,
-        const base::string16& frame_unique_name,
-        bool is_main_frame,
+        content::RenderFrameHost* render_frame_host,
         const GURL& validated_url,
-        content::PageTransition transition_type,
-        content::RenderViewHost* render_view_host) OVERRIDE;
+        content::PageTransition transition_type) OVERRIDE;
     virtual void DidFailProvisionalLoad(
-        int64 frame_id,
-        const base::string16& frame_unique_name,
-        bool is_main_frame,
+        content::RenderFrameHost* render_frame_host,
         const GURL& validated_url,
         int error_code,
-        const base::string16& error_description,
-        content::RenderViewHost* render_view_host) OVERRIDE;
+        const base::string16& error_description) OVERRIDE;
     virtual void WebContentsDestroyed() OVERRIDE;
 
    private: