diff options
Diffstat (limited to 'chrome/browser/ssl_client_certificate_selector.h')
-rw-r--r-- | chrome/browser/ssl_client_certificate_selector.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/ssl_client_certificate_selector.h b/chrome/browser/ssl_client_certificate_selector.h index 1886766..eece21d 100644 --- a/chrome/browser/ssl_client_certificate_selector.h +++ b/chrome/browser/ssl_client_certificate_selector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -20,9 +20,6 @@ namespace browser { // 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. -// -// 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, |