Evict resources from resource pool after timeout
[chromium-blink-merge.git] / net / cert / x509_util_android.h
blob205a60ab58b4db98aaa22f48458d372513b2e9ce
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef NET_CERT_X509_UTIL_ANDROID_H_
6 #define NET_CERT_X509_UTIL_ANDROID_H_
8 #include <jni.h>
10 namespace net {
12 bool RegisterX509Util(JNIEnv* env);
14 } // net namespace
16 #endif // NET_CERT_X509_UTIL_ANDROID_H_