| Index: webrtc/base/sslidentity.h
|
| diff --git a/webrtc/base/sslidentity.h b/webrtc/base/sslidentity.h
|
| index da94e76486a3c340ce64f8e9f150c4b88152c0e2..7457ff56b7c92612d6e10deb0872b5eaba91d79a 100644
|
| --- a/webrtc/base/sslidentity.h
|
| +++ b/webrtc/base/sslidentity.h
|
| @@ -117,9 +117,6 @@ class SSLCertChain {
|
| // KT_DEFAULT is currently an alias for KT_RSA. This is likely to change.
|
| // KT_LAST is intended for vector declarations and loops over all key types;
|
| // it does not represent any key type in itself.
|
| -// TODO(hbos,torbjorng): Don't change KT_DEFAULT without first updating
|
| -// PeerConnectionFactory_nativeCreatePeerConnection's certificate generation
|
| -// code.
|
| enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_RSA };
|
|
|
| static const int kRsaDefaultModSize = 1024;
|
|
|