[MacViews] Frameless app windows: make content view cover title bar.
[chromium-blink-merge.git] / ui / android / ui_android_jni_registrar.h
blobb1a5fd61903acfb4a8e85917dda509ef62fb82f4
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_
8 #include <jni.h>
10 #include "ui/android/ui_android_export.h"
12 namespace ui {
14 // Register all JNI bindings necessary for chrome.
15 UI_ANDROID_EXPORT bool RegisterUIAndroidJni(JNIEnv* env);
17 } // namespace ui
19 #endif // UI_ANDROID_UI_ANDROID_JNI_REGISTRAR_H_