Index: content/browser/content_browser_client.h |
diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h |
index fd5f4aac9a0294e8c36e036e00194653aa558fbd..874bebd911de1d525c51b2927979c18490dff64c 100644 |
--- a/content/browser/content_browser_client.h |
+++ b/content/browser/content_browser_client.h |
@@ -170,11 +170,9 @@ class ContentBrowserClient { |
bool overridable, |
Callback2<SSLCertErrorHandler*, bool>::Type* callback) = 0; |
- // Shows the user a SSL client certificate selection dialog. When the user has |
- // made a selection, the dialog will report back to |delegate|. |delegate| is |
- // notified when the dialog closes in call cases; if the user cancels the |
- // dialog, we call with a NULL certificate. |
- virtual void ShowClientCertificateRequestDialog( |
+ // Selects a SSL client certificate and returns it to the |handler|. If no |
+ // certificate was selected NULL is returned to the |handler|. |
+ virtual void SelectClientCertificate( |
int render_process_id, |
int render_view_id, |
SSLClientAuthHandler* handler) = 0; |