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

Unified Diff: base/test/test_ui_thread_android.cc

Issue 2202793002: base: Remove unneeded RegisterNatives() calls on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg2
Patch Set: rebase Created 4 years, 4 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
« no previous file with comments | « base/test/test_ui_thread_android.h ('k') | base/threading/platform_thread_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_ui_thread_android.cc
diff --git a/base/test/test_ui_thread_android.cc b/base/test/test_ui_thread_android.cc
index 6f19974cefda327b18cceaec42f71cf377c5e442..d19fefaa6b672291243fcce0ca2211b8c08b5bb4 100644
--- a/base/test/test_ui_thread_android.cc
+++ b/base/test/test_ui_thread_android.cc
@@ -11,8 +11,4 @@ void StartTestUiThreadLooper() {
Java_TestUiThread_loop(base::android::AttachCurrentThread());
}
-bool RegisterTestUiThreadAndroid(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace base
« no previous file with comments | « base/test/test_ui_thread_android.h ('k') | base/threading/platform_thread_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698