summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl_client_certificate_selector.h
diff options
context:
space:
mode:
authordavidben@chromium.org <davidben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-11 19:33:40 +0000
committerdavidben@chromium.org <davidben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-11 19:33:40 +0000
commit8004db2a466136e59d40c37c72d7d8b739b67862 (patch)
tree9bb61bc4b0d09c18b60eb92ea5eb1623cf27d8d8 /chrome/browser/ssl_client_certificate_selector.h
parent8b8cc6412f10b7142370593ab07af8632e736f17 (diff)
downloadchromium_src-8004db2a466136e59d40c37c72d7d8b739b67862.zip
chromium_src-8004db2a466136e59d40c37c72d7d8b739b67862.tar.gz
chromium_src-8004db2a466136e59d40c37c72d7d8b739b67862.tar.bz2
Implement a tab-modal constrained sheet on OS X for certificate selection
R=thakis BUG=50710 TEST=SSL client auth on OS X still works Review URL: http://codereview.chromium.org/3050028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55768 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ssl_client_certificate_selector.h')
-rw-r--r--chrome/browser/ssl_client_certificate_selector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ssl_client_certificate_selector.h b/chrome/browser/ssl_client_certificate_selector.h
index 3b5c6e9..1886766 100644
--- a/chrome/browser/ssl_client_certificate_selector.h
+++ b/chrome/browser/ssl_client_certificate_selector.h
@@ -21,8 +21,8 @@ namespace browser {
// when the dialog closes in call cases; if the user cancels the dialog, we call
// with a NULL certificate.
//
-// Note: constrained dialog currently only implemented on Linux. On other
-// platforms, a window-modal dialog will be used.
+// Note: constrained dialog currently only implemented on Linux and OS X. On
+// Windows, a window-modal dialog will be used.
void ShowSSLClientCertificateSelector(
TabContents* parent,
net::SSLCertRequestInfo* cert_request_info,