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

Unified Diff: base/threading/platform_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.cc ('k') | blimp/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/platform_thread_android.cc
diff --git a/base/threading/platform_thread_android.cc b/base/threading/platform_thread_android.cc
index fd5e54d8af961fe03c90d3bd6c7b61b111aa6f13..d771f88c1d6d77227ff40d90aef91db7788d70a0 100644
--- a/base/threading/platform_thread_android.cc
+++ b/base/threading/platform_thread_android.cc
@@ -12,7 +12,6 @@
#include <unistd.h>
#include "base/android/jni_android.h"
-#include "base/android/thread_utils.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/threading/platform_thread_internal_posix.h"
@@ -96,8 +95,4 @@ size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) {
#endif
}
-bool RegisterThreadUtils(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace base
« no previous file with comments | « base/test/test_ui_thread_android.cc ('k') | blimp/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698