1 // Copyright 2014 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 UI_ANDROID_UI_ANDROID_JNI_REGISTRAR_H_
6 #define UI_ANDROID_UI_ANDROID_JNI_REGISTRAR_H_
10 #include "ui/android/ui_android_export.h"
14 // Register all JNI bindings necessary for chrome.
15 UI_ANDROID_EXPORT
bool RegisterUIAndroidJni(JNIEnv
* env
);
19 #endif // UI_ANDROID_UI_ANDROID_JNI_REGISTRAR_H_