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

Unified Diff: net/android/net_jni_registrar.cc

Issue 27500004: Listen for new system certificates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comment 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
« no previous file with comments | « net/android/javatests/src/org/chromium/net/X509UtilTest.java ('k') | net/android/x509_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/net_jni_registrar.cc
diff --git a/net/android/net_jni_registrar.cc b/net/android/net_jni_registrar.cc
index a6e09b65080b89dddba026a745cd17c490e0422e..ab997255562bbd6f58a754c5e69a9db3614ce082 100644
--- a/net/android/net_jni_registrar.cc
+++ b/net/android/net_jni_registrar.cc
@@ -11,6 +11,7 @@
#include "net/android/keystore.h"
#include "net/android/network_change_notifier_android.h"
#include "net/android/network_library.h"
+#include "net/android/x509_util.h"
#include "net/proxy/proxy_config_service_android.h"
namespace net {
@@ -23,6 +24,7 @@ static base::android::RegistrationMethod kNetRegisteredMethods[] = {
{ "NetworkChangeNotifierAndroid",
net::NetworkChangeNotifierAndroid::Register },
{ "ProxyConfigService", net::ProxyConfigServiceAndroid::Register },
+ { "X509Util", net::RegisterX509Util },
};
bool RegisterJni(JNIEnv* env) {
« no previous file with comments | « net/android/javatests/src/org/chromium/net/X509UtilTest.java ('k') | net/android/x509_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698