Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: nss_util.h

Issue 6820024: [login_manager] Fix race condition that caused ownership to never work (Closed) Base URL: http://git.chromium.org/git/login_manager.git@master
Patch Set: comment update Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mock_nss_util.h ('k') | nss_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « mock_nss_util.h ('k') | nss_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698