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

Unified Diff: content/browser/certificate_manager_model.h

Issue 6580058: NSS: Unlock crypto devices when populating cert manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing newline Created 9 years, 10 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
Index: content/browser/certificate_manager_model.h
diff --git a/content/browser/certificate_manager_model.h b/content/browser/certificate_manager_model.h
index f134a682327234b08924c0d389429c78727b240d..911d14bc8c023561bbc94fca20592a0764935e0c 100644
--- a/content/browser/certificate_manager_model.h
+++ b/content/browser/certificate_manager_model.h
@@ -98,6 +98,8 @@ class CertificateManagerModel {
bool Delete(net::X509Certificate* cert);
private:
+ void RefreshUnlocked();
wtc 2011/03/02 03:33:28 Nit: document this function. Why is it unlocked?
mattm 2011/03/05 02:16:32 Done.
+
net::CertDatabase cert_db_;
net::CertificateList cert_list_;

Powered by Google App Engine
This is Rietveld 408576698