Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3115)

Unified Diff: android_webview/test/embedded_test_server/aw_test_jni_onload.h

Issue 2687573002: [Android Webview] Refactor LoadUrlTest and work on embedded_test_server custom handler (Closed)
Patch Set: Change AwETS intent class name Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/test/embedded_test_server/aw_test_jni_onload.h
diff --git a/android_webview/test/embedded_test_server/aw_test_jni_onload.h b/android_webview/test/embedded_test_server/aw_test_jni_onload.h
new file mode 100644
index 0000000000000000000000000000000000000000..419377919c50cb99338f9b85c7ffc62a01178e87
--- /dev/null
+++ b/android_webview/test/embedded_test_server/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_TEST_EMBEDDED_TEST_SERVER_AW_TEST_JNI_ONLOAD_H_
+#define ANDROID_WEBVIEW_TEST_EMBEDDED_TEST_SERVER_AW_TEST_JNI_ONLOAD_H_
+
+#include <jni.h>
+
+namespace android_webview {
+namespace test {
+
+bool OnJNIOnLoadRegisterJNI(JNIEnv* env);
+bool OnJNIOnLoadInit();
+
+} // namespace test
+} // namespace android_webview
+
+#endif // ANDROID_WEBVIEW_TEST_EMBEDDED_TEST_SERVER_AW_TEST_JNI_ONLOAD_H_

Powered by Google App Engine
This is Rietveld 408576698