Chromium Code Reviews| Index: net/cert/cert_database.h |
| diff --git a/net/cert/cert_database.h b/net/cert/cert_database.h |
| index 3ba98455138429ec64a016388a307f4a62118ce7..19847d8d804e232d6154272a0b246bb589569684 100644 |
| --- a/net/cert/cert_database.h |
| +++ b/net/cert/cert_database.h |
| @@ -82,6 +82,9 @@ class NET_EXPORT CertDatabase { |
| #endif |
| #if defined(OS_ANDROID) |
| + // Drops client certificate store and any open SSL connections. |
| + void Clear(); |
|
Ryan Sleevi
2014/02/12 22:56:22
// On Android, the system key store may be replace
Yaron
2014/02/12 23:24:20
Done.
|
| + |
| // On android, the system database is used. When the system notifies the |
|
Ryan Sleevi
2014/02/12 22:56:22
s/android/Android/
Yaron
2014/02/12 23:24:20
Done.
|
| // application that the certificates changed, the observers must be notified. |
| void OnAndroidKeyChainChanged(); |