Chromium Code Reviews| Index: nss_util.h |
| diff --git a/nss_util.h b/nss_util.h |
| index bd53777763569334e098037409c36eb04a0e6b4b..2ecc6113d79e4c98a3c3d55c9d662ec7c998891c 100644 |
| --- a/nss_util.h |
| +++ b/nss_util.h |
| @@ -42,6 +42,8 @@ class NssUtil { |
| static void BlobFromBuffer(const std::string& buf, std::vector<uint8>* out); |
| + virtual bool MightHaveKeys() = 0; |
| + |
| virtual bool OpenUserDB() = 0; |
| // Caller takes ownership of returned key. |