| Index: chrome/browser/renderer_host/resource_dispatcher_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_dispatcher_host.h (revision 19366)
|
| +++ chrome/browser/renderer_host/resource_dispatcher_host.h (working copy)
|
| @@ -36,6 +36,7 @@
|
| class PluginService;
|
| class SafeBrowsingService;
|
| class SaveFileManager;
|
| +class SSLClientAuthHandler;
|
| class URLRequestContext;
|
| struct ViewHostMsg_Resource_Request;
|
|
|
| @@ -84,6 +85,7 @@
|
| : resource_handler(handler),
|
| cross_site_handler(NULL),
|
| login_handler(NULL),
|
| + ssl_client_auth_handler(NULL),
|
| process_type(process_type),
|
| process_id(process_id),
|
| route_id(route_id),
|
| @@ -115,6 +117,8 @@
|
|
|
| LoginHandler* login_handler;
|
|
|
| + SSLClientAuthHandler* ssl_client_auth_handler;
|
| +
|
| ChildProcessInfo::ProcessType process_type;
|
|
|
| int process_id;
|
|
|