| Index: android_webview/embeddedtestserver/test/android/aw_test_jni_onload.h
|
| diff --git a/android_webview/embeddedtestserver/test/android/aw_test_jni_onload.h b/android_webview/embeddedtestserver/test/android/aw_test_jni_onload.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6b184e2ddaad8bf34155003e8323c7e5098970e7
|
| --- /dev/null
|
| +++ b/android_webview/embeddedtestserver/test/android/aw_test_jni_onload.h
|
| @@ -0,0 +1,19 @@
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef ANDROID_WEBVIEW_EMBEDDEDTESTSERVER_TEST_ANDROID_AW_TEST_JNI_ONLOAD_H_
|
| +#define ANDROID_WEBVIEW_EMBEDDEDTESTSERVER_TEST_ANDROID_AW_TEST_JNI_ONLOAD_H_
|
| +
|
| +#include <jni.h>
|
| +
|
| +namespace net {
|
| +namespace test {
|
| +
|
| +bool OnJNIOnLoadRegisterJNI(JNIEnv* env);
|
| +bool OnJNIOnLoadInit();
|
| +
|
| +} // namespace test
|
| +} // namespace net
|
| +
|
| +#endif // ANDROID_WEBVIEW_EMBEDDEDTESTSERVER_TEST_ANDROID_AW_TEST_JNI_ONLOAD_H_
|
|
|