Index: net/ssl/client_key_store.h |
diff --git a/net/ssl/client_key_store.h b/net/ssl/client_key_store.h |
index e1afa1d9e01241710966ca601987c166500a7c51..cd1512184f31bfdf39fa39c53ad6b2f45efbba98 100644 |
--- a/net/ssl/client_key_store.h |
+++ b/net/ssl/client_key_store.h |
@@ -19,6 +19,10 @@ namespace net { |
class SSLPrivateKey; |
class X509Certificate; |
+// TODO(mattm): This is now used only by |
+// chrome/browser/chromeos/net/client_cert_store_chromeos.cc. Move it to |
+// chrome/browser/chromeos/net, or just have client_cert_store_chromeos.cc |
+// directly call whatever. |
// TODO(rsleevi, davidben): Remove this once https://crbug.com/394131 is fixed. |
// A certificate and key store that allows several external certificate |
// providers to expose certificates and keys through this store. All currently |