| Index: chrome/browser/ui/login/login_prompt.h
|
| diff --git a/chrome/browser/ui/login/login_prompt.h b/chrome/browser/ui/login/login_prompt.h
|
| index 19f5381b9889a7f74b9176d0e5157a3d6ada8264..10951ca2844ecc874c61e94c7674086ac8d5ca89 100644
|
| --- a/chrome/browser/ui/login/login_prompt.h
|
| +++ b/chrome/browser/ui/login/login_prompt.h
|
| @@ -16,13 +16,15 @@
|
| class GURL;
|
|
|
| namespace content {
|
| -class RenderViewHostDelegate;
|
| +class NavigationEntry;
|
| class NotificationRegistrar;
|
| +class RenderViewHostDelegate;
|
| } // namespace content
|
|
|
| namespace net {
|
| class AuthChallengeInfo;
|
| class HttpNetworkSession;
|
| +class SSLInfo;
|
| class URLRequest;
|
| } // namespace net
|
|
|
| @@ -40,6 +42,10 @@ class LoginHandler : public content::ResourceDispatcherHostLoginDelegate,
|
| static LoginHandler* Create(net::AuthChallengeInfo* auth_info,
|
| net::URLRequest* request);
|
|
|
| + static void UpdateSSLState(content::NavigationEntry* entry,
|
| + content::WebContents* contents,
|
| + const net::SSLInfo& ssl_info);
|
| +
|
| // ResourceDispatcherHostLoginDelegate implementation:
|
| virtual void OnRequestCancelled() OVERRIDE;
|
|
|
|
|