| Index: chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| diff --git a/chrome/browser/captive_portal/captive_portal_tab_helper.h b/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| index c51587476ed6f74eb67f5c418cfe79e8ff32d5fd..0527afa04748eeb18319ff6dc080876bcd9b92d3 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| +++ b/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| @@ -19,6 +19,10 @@
|
| class GURL;
|
| class Profile;
|
|
|
| +namespace content {
|
| + class WebContents;
|
| +}
|
| +
|
| namespace net {
|
| class SSLInfo;
|
| }
|
| @@ -138,6 +142,8 @@ class CaptivePortalTabHelper
|
| scoped_ptr<CaptivePortalTabReloader> tab_reloader_;
|
| scoped_ptr<CaptivePortalLoginDetector> login_detector_;
|
|
|
| + content::WebContents* web_contents_;
|
| +
|
| // If a provisional load has failed, and the tab is loading an error page, the
|
| // error code associated with the error page we're loading.
|
| // net::OK, otherwise.
|
|
|