Chromium Code Reviews| Index: net/cert/nss_cert_database.h |
| diff --git a/net/cert/nss_cert_database.h b/net/cert/nss_cert_database.h |
| index 4c47429303d8dbb60593ce7d3a15612e698e5939..16aeb553d61f38791e18c683458dd0a9de6c065f 100644 |
| --- a/net/cert/nss_cert_database.h |
| +++ b/net/cert/nss_cert_database.h |
| @@ -130,6 +130,12 @@ class NET_EXPORT NSSCertDatabase { |
| virtual void ListCertsInSlot(const ListCertsCallback& callback, |
| PK11SlotInfo* slot); |
| +#if defined(OS_CHROMEOS) |
|
Ryan Sleevi
2014/07/29 23:53:15
This feels like a layering violation to me, to hav
pneubeck (no reviews)
2014/07/30 06:27:39
Yes! Totally agreed. This shouldn't be present on
Ryan Sleevi
2014/07/30 06:45:30
That would still be a pretty egregious layering vi
|
| + // Get the slot for system-wide key data. May be NULL if the system token was |
| + // not explicitly set. |
| + virtual crypto::ScopedPK11Slot GetSystemSlot() const; |
| +#endif |
| + |
| // Get the default slot for public key data. |
| crypto::ScopedPK11Slot GetPublicSlot() const; |