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

Unified Diff: net/test/run_all_unittests.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 | « ipc/run_all_unittests.cc ('k') | url/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/run_all_unittests.cc
diff --git a/net/test/run_all_unittests.cc b/net/test/run_all_unittests.cc
index 371b55a24312f0aaeef7104ddda0ee7177ceec8b..0a4df22565661631d31f28dc1a0a749528cd83b3 100644
--- a/net/test/run_all_unittests.cc
+++ b/net/test/run_all_unittests.cc
@@ -15,8 +15,6 @@
#if defined(OS_ANDROID)
#include "base/android/jni_android.h"
#include "base/android/jni_registrar.h"
-#include "base/test/test_file_util.h"
-#include "base/test/test_ui_thread_android.h"
#include "net/android/dummy_spnego_authenticator.h"
#include "net/android/net_jni_registrar.h"
#if BUILDFLAG(USE_PLATFORM_ICU_ALTERNATIVES)
@@ -41,8 +39,6 @@ int main(int argc, char** argv) {
{"DummySpnegoAuthenticator",
net::android::DummySpnegoAuthenticator::RegisterJni},
{"NetAndroid", net::android::RegisterJni},
- {"TestFileUtil", base::RegisterContentUriTestUtils},
- {"TestUiThreadAndroid", base::RegisterTestUiThreadAndroid},
#if BUILDFLAG(USE_PLATFORM_ICU_ALTERNATIVES)
{"UrlAndroid", url::android::RegisterJni},
#endif
« no previous file with comments | « ipc/run_all_unittests.cc ('k') | url/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698