Chromium Code Reviews| Index: net/ssl/channel_id_service.h |
| diff --git a/net/ssl/channel_id_service.h b/net/ssl/channel_id_service.h |
| index d9de87964e6d71d09c7be352cef51f09743c79f7..617a297e84e0685c3cca5f69c4b1e50ca6cb56f0 100644 |
| --- a/net/ssl/channel_id_service.h |
| +++ b/net/ssl/channel_id_service.h |
| @@ -69,11 +69,6 @@ class NET_EXPORT ChannelIDService |
| ChannelIDServiceJob* job_; |
| }; |
| - // Password used on EncryptedPrivateKeyInfo data stored in EC private_key |
| - // values. (This is not used to provide any security, but to workaround NSS |
| - // being unable to import unencrypted PrivateKeyInfo for EC keys.) |
| - static const char kEPKIPassword[]; |
|
davidben
2016/12/28 03:22:26
I'm assuming we don't have anything where this is
|
| - |
| // This object owns |channel_id_store|. |task_runner| will |
| // be used to post channel ID generation worker tasks. The tasks are |
| // safe for use with WorkerPool and SequencedWorkerPool::CONTINUE_ON_SHUTDOWN. |