| Index: net/socket/nss_ssl_util.h
|
| diff --git a/net/socket/nss_ssl_util.h b/net/socket/nss_ssl_util.h
|
| index 7b046ffd282aec5c1a066220fbd6580865cfe03b..1e995652c86c47e1b895aa4dd5ccc1557521e31a 100644
|
| --- a/net/socket/nss_ssl_util.h
|
| +++ b/net/socket/nss_ssl_util.h
|
| @@ -33,6 +33,9 @@ PRErrorCode MapErrorToNSS(int result);
|
| // to |SSL_ImportFD| in order to inherit some default options.
|
| PRFileDesc* GetNSSModelSocket();
|
|
|
| +// Return cipher suites enabled upon NSS SSL library initialization.
|
| +const std::vector<uint16>& GetNSSEnabledCipherSuites();
|
| +
|
| // Map NSS error code to network error code.
|
| int MapNSSError(PRErrorCode err);
|
|
|
|
|