| 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..7ccd684ef8fbe63eb5b6ad3350b47be465c17b54 100644
|
| --- a/net/ssl/client_key_store.h
|
| +++ b/net/ssl/client_key_store.h
|
| @@ -19,6 +19,9 @@ namespace net {
|
| class SSLPrivateKey;
|
| class X509Certificate;
|
|
|
| +// TODO(mattm): This ends up still being used due to the platformKeys api. Move
|
| +// it under chrome/browser/chromeos/net or remove it and call
|
| +// CertificateProviderService directly?
|
| // 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
|
|
|