summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/ssl/ssl_client_auth_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/ssl/ssl_client_auth_handler.h')
-rw-r--r--chromium/content/browser/ssl/ssl_client_auth_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/browser/ssl/ssl_client_auth_handler.h b/chromium/content/browser/ssl/ssl_client_auth_handler.h
index bbc77470f66..b848d54d7ff 100644
--- a/chromium/content/browser/ssl/ssl_client_auth_handler.h
+++ b/chromium/content/browser/ssl/ssl_client_auth_handler.h
@@ -66,7 +66,7 @@ class CONTENT_EXPORT SSLClientAuthHandler
// Selects a client certificate on the UI thread.
void DoSelectCertificate(int render_process_host_id,
- int render_view_host_id);
+ int render_frame_host_id);
// The net::URLRequest that triggered this client auth.
net::URLRequest* request_;