Index: content/browser/tab_contents/tab_contents.h |
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h |
index 7ecd21cfe35ee55349ac33761b5b15d3c29177c6..1c671bd756ab26bb3dcda64241b234f462875e89 100644 |
--- a/content/browser/tab_contents/tab_contents.h |
+++ b/content/browser/tab_contents/tab_contents.h |
@@ -54,10 +54,11 @@ class TabContentsObserver; |
class TabContentsView; |
struct ThumbnailScore; |
class URLPattern; |
+struct ViewHostMsg_DidFailProvisionalLoadWithError_Params; |
struct ViewHostMsg_FrameNavigate_Params; |
+struct ViewHostMsg_RunFileChooser_Params; |
struct WebPreferences; |
class WebUI; |
-struct ViewHostMsg_RunFileChooser_Params; |
// Describes what goes in the main content area of a tab. TabContents is |
// the only type of TabContents, and these should be merged together. |
@@ -522,11 +523,8 @@ class CONTENT_EXPORT TabContents : public PageNavigator, |
bool has_opener_set, |
const GURL& source_url, |
const GURL& target_url); |
- void OnDidFailProvisionalLoadWithError(int64 frame_id, |
- bool main_frame, |
- int error_code, |
- const GURL& url, |
- bool showing_repost_interstitial); |
+ void OnDidFailProvisionalLoadWithError( |
+ const ViewHostMsg_DidFailProvisionalLoadWithError_Params& params); |
void OnDidLoadResourceFromMemoryCache(const GURL& url, |
const std::string& security_info, |
const std::string& http_request, |