Index: content/browser/ssl/ssl_client_auth_handler.h |
diff --git a/content/browser/ssl/ssl_client_auth_handler.h b/content/browser/ssl/ssl_client_auth_handler.h |
index 4dbcaa77ade9aaccbff4a77186ce2912d7472bec..6a060eab9d1e84d39956a8bb339100187ca87958 100644 |
--- a/content/browser/ssl/ssl_client_auth_handler.h |
+++ b/content/browser/ssl/ssl_client_auth_handler.h |
@@ -63,8 +63,8 @@ class SSLClientAuthHandler |
void DoCertificateSelected(net::X509Certificate* cert); |
// Calls the SSL helper on the UI thread. |
- void ShowClientCertificateRequestDialog(int render_process_host_id, |
- int render_view_host_id); |
+ void SelectClientCertificate(int render_process_host_id, |
wtc
2011/08/11 18:33:55
"SelectClientCertificate" is too similar to the pu
markusheintz_
2011/08/15 19:09:04
Thanks a lot for the explanation.
wtc
2011/08/18 19:34:21
Yes. This is actually what the Style Guide recomm
|
+ int render_view_host_id); |
// The net::URLRequest that triggered this client auth. |
net::URLRequest* request_; |