Index: base/crypto/rsa_private_key.h |
diff --git a/base/crypto/rsa_private_key.h b/base/crypto/rsa_private_key.h |
index 879c1f43295b03e07cbb341836351c49d93563d7..bac4250b38f8755a518a78485c5286877035fbd2 100644 |
--- a/base/crypto/rsa_private_key.h |
+++ b/base/crypto/rsa_private_key.h |
@@ -165,6 +165,7 @@ class PrivateKeyInfoCodec { |
// Encapsulates an RSA private key. Can be used to generate new keys, export |
// keys to other formats, or to extract a public key. |
+// TODO(hclam): This class should be ref-counted so it can be reused easily. |
class RSAPrivateKey { |
public: |
// Create a new random instance. Can return NULL if initialization fails. |