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

Unified Diff: base/test/test_ui_thread_android.cc

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, more fixes Created 4 years, 5 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/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

Powered by Google App Engine
This is Rietveld 408576698