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

Unified Diff: net/cert/cert_database.h

Issue 27500004: Listen for new system certificates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 7 years, 2 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/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>;

Powered by Google App Engine
This is Rietveld 408576698