Index: content/browser/content_browser_client.h |
diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h |
index 9eee934e575046b64c1d20856a43214c49790043..633f27073b78094e76d2fe8e428147181a863de8 100644 |
--- a/content/browser/content_browser_client.h |
+++ b/content/browser/content_browser_client.h |
@@ -173,11 +173,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; |