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

Unified Diff: base/test/android/test_support_jni_registrar.h

Issue 2613183002: Revert of Multiprocess test client: Android child process launcher rework. (Closed)
Patch Set: Created 3 years, 11 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: base/test/android/test_support_jni_registrar.h
diff --git a/base/test/android/test_support_jni_registrar.h b/base/test/android/test_support_jni_registrar.h
deleted file mode 100644
index f9b8067f3254f94b64e7c61e6e94b3039c30d4c6..0000000000000000000000000000000000000000
--- a/base/test/android/test_support_jni_registrar.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2016 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 BASE_TEST_ANDROID_TEST_SUPPORT_JNI_REGISTRAR_H_
-#define BASE_TEST_ANDROID_TEST_SUPPORT_JNI_REGISTRAR_H_
-
-#include <jni.h>
-
-#include "base/base_export.h"
-
-namespace base {
-namespace android {
-
-// Registers all JNI bindings necessary for base test support.
-BASE_EXPORT bool RegisterTestSupportJni(JNIEnv* env);
-
-} // namespace android
-} // namespace base
-
-#endif // BASE_TEST_ANDROID_TEST_SUPPORT_JNI_REGISTRAR_H_
« no previous file with comments | « base/test/android/multiprocess_test_client_service.cc ('k') | base/test/android/test_support_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698