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..071e9f9b33c71d7f5f398a03c9fb17267bf68498 100644 |
--- a/content/browser/content_browser_client.h |
+++ b/content/browser/content_browser_client.h |
@@ -174,7 +174,7 @@ class ContentBrowserClient { |
// 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. |
wtc
2011/08/11 18:33:55
Please update this comment -- it still mentions "d
markusheintz_
2011/08/15 19:09:04
Done.
|
- virtual void ShowClientCertificateRequestDialog( |
+ virtual void SelectClientCertificate( |
int render_process_id, |
int render_view_id, |
SSLClientAuthHandler* handler) = 0; |