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

Unified Diff: net/cert/x509_util_android.cc

Issue 161653002: Add function to support clearing SSL/certificate store. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « net/cert/cert_database_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_util_android.cc
diff --git a/net/cert/x509_util_android.cc b/net/cert/x509_util_android.cc
index 128ea850ac0e89c1563f8dcc25ed17493f17f15a..e63e10444f04cb889b5cb29d08429b84c5efe2a7 100644
--- a/net/cert/x509_util_android.cc
+++ b/net/cert/x509_util_android.cc
@@ -16,6 +16,10 @@ void NotifyKeyChainChanged(JNIEnv* env, jclass clazz) {
CertDatabase::GetInstance()->OnAndroidKeyChainChanged();
}
+void NotifyClientCertificatesChanged(JNIEnv* env, jclass clazz) {
+ CertDatabase::GetInstance()->OnAndroidKeyStoreChanged();
+}
+
void RecordCertVerifyCapabilitiesHistogram(JNIEnv* env,
jclass clazz,
jboolean found_system_trust_roots) {
« no previous file with comments | « net/cert/cert_database_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698