Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1670)

Unified Diff: chrome/browser/renderer_host/resource_dispatcher_host.h

Issue 147233: Basic implentation of the client auth UI (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698