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

Unified Diff: net/cert/cert_database.h

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/android/java/src/org/chromium/net/X509Util.java ('k') | net/cert/cert_database_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_database.h
diff --git a/net/cert/cert_database.h b/net/cert/cert_database.h
index 3ba98455138429ec64a016388a307f4a62118ce7..865d685097d691e763c156c8cc714b995016f22f 100644
--- a/net/cert/cert_database.h
+++ b/net/cert/cert_database.h
@@ -82,7 +82,13 @@ class NET_EXPORT CertDatabase {
#endif
#if defined(OS_ANDROID)
- // On android, the system database is used. When the system notifies the
+ // On Android, the system key store may be replaced with a device-specific
+ // KeyStore used for storing client certificates. When the Java side replaces
+ // the KeyStore used for client certificates, notifies the observers as if a
+ // new client certificate was added.
+ void OnAndroidKeyStoreChanged();
+
+ // On Android, the system database is used. When the system notifies the
// application that the certificates changed, the observers must be notified.
void OnAndroidKeyChainChanged();
#endif
« no previous file with comments | « net/android/java/src/org/chromium/net/X509Util.java ('k') | net/cert/cert_database_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698