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

Unified Diff: net/ssl/client_cert_store_chromeos.h

Issue 144423007: Make NSSCertDatabase::ListCerts work async on a worker thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: aa Created 6 years, 11 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: net/ssl/client_cert_store_chromeos.h
diff --git a/net/ssl/client_cert_store_chromeos.h b/net/ssl/client_cert_store_chromeos.h
index 41339f1b5bb0687c5eea035274be4428d9b59648..25850d2afe6212a50464d91cb8e685b74e7cf53f 100644
--- a/net/ssl/client_cert_store_chromeos.h
+++ b/net/ssl/client_cert_store_chromeos.h
@@ -56,7 +56,7 @@ class NET_EXPORT ClientCertStoreChromeOS : public ClientCertStoreNSS {
std::string username_hash_;
- NSSProfileFilterChromeOS profile_filter_;
+ scoped_refptr<NSSProfileFilterChromeOS> profile_filter_;
DISALLOW_COPY_AND_ASSIGN(ClientCertStoreChromeOS);
};

Powered by Google App Engine
This is Rietveld 408576698