crypto/nss_util: Get TPM slot id, do lookup by id instead of by name.
[chromium-blink-merge.git] / base / android / base_jni_registrar.h
blobfdaf5f2c6cd7966dc77a426257888b4b46c38e6c
1 // Copyright (c) 2012 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 BASE_ANDROID_BASE_JNI_REGISTRAR_H_
6 #define BASE_ANDROID_BASE_JNI_REGISTRAR_H_
8 #include <jni.h>
10 #include "base/base_export.h"
12 namespace base {
13 namespace android {
15 // Register all JNI bindings necessary for base.
16 BASE_EXPORT bool RegisterJni(JNIEnv* env);
18 } // namespace android
19 } // namespace base
21 #endif // BASE_ANDROID_BASE_JNI_REGISTRAR_H_