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

Unified Diff: content/browser/ssl/ssl_client_auth_handler.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
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_;

Powered by Google App Engine
This is Rietveld 408576698