Clean up extension confirmation prompts and make them consistent between Views and...
[chromium-blink-merge.git] / chrome / app / android / chrome_jni_onload.h
blob7700af8ac0642c9cb1d48968cbc0f7a0c74bfd30
1 // Copyright 2015 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 CHROME_APP_ANDROID_CHROME_JNI_ONLOAD_H_
6 #define CHROME_APP_ANDROID_CHROME_JNI_ONLOAD_H_
8 #include "base/android/base_jni_onload.h"
10 namespace chrome {
11 namespace android {
13 bool OnJNIOnLoadRegisterJNI(
14 JavaVM* vm,
15 base::android::RegisterCallback callback);
17 bool OnJNIOnLoadInit(base::android::InitCallback callback);
19 } // namespace android
20 } // namespace chrome
22 #endif // CHROME_APP_ANDROID_CHROME_JNI_ONLOAD_H_