Index: net/cert/cert_database.h |
diff --git a/net/cert/cert_database.h b/net/cert/cert_database.h |
index c4ead812f2f6e500b5adb230eb92ef323beec012..7f62964b94dedb2244e1790e2c9d70449040cc55 100644 |
--- a/net/cert/cert_database.h |
+++ b/net/cert/cert_database.h |
@@ -78,6 +78,12 @@ class NET_EXPORT CertDatabase { |
void SetMessageLoopForKeychainEvents(); |
#endif |
+#if defined(OS_ANDROID) |
+ // 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 |
+ |
private: |
friend struct DefaultSingletonTraits<CertDatabase>; |