Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1079)

Unified Diff: content/browser/content_browser_client.h

Issue 7537025: Add new Content settings type AUTO-SUBMIT-CERTIFICATE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pref_names.cc ('k') | content/browser/mock_content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/common/pref_names.cc ('k') | content/browser/mock_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698