Add remoting and PPAPI tests to GN build
[chromium-blink-merge.git] / content / browser / android / browser_jni_registrar.h
blob15f4fb34e10302b7d7d84630a9a691089fb8f8db
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 CONTENT_BROWSER_ANDROID_BROWSER_JNI_REGISTRAR_H_
6 #define CONTENT_BROWSER_ANDROID_BROWSER_JNI_REGISTRAR_H_
8 #include <jni.h>
10 #include "content/common/content_export.h"
12 namespace content {
13 namespace android {
15 // Register all JNI bindings necessary for content browser.
16 CONTENT_EXPORT bool RegisterBrowserJni(JNIEnv* env);
18 } // namespace android
19 } // namespace content
21 #endif // CONTENT_BROWSER_ANDROID_BROWSER_JNI_REGISTRAR_H_