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

Unified Diff: net/android/net_jni_registrar.cc

Issue 2215863002: Fix cronet build after JNI registration change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « net/BUILD.gn ('k') | net/base/net_string_util_icu_alternatives_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/net_jni_registrar.cc
diff --git a/net/android/net_jni_registrar.cc b/net/android/net_jni_registrar.cc
index 48a131454ff0ea21512d6c9f446be0967b46bea9..dfa5aef90cc512f0be96b44ab64a4fb3ef066aa1 100644
--- a/net/android/net_jni_registrar.cc
+++ b/net/android/net_jni_registrar.cc
@@ -14,10 +14,6 @@
#include "net/proxy/proxy_config_service_android.h"
#include "url/url_features.h"
-#if BUILDFLAG(USE_PLATFORM_ICU_ALTERNATIVES)
-#include "net/base/net_string_util_icu_alternatives_android.h" // nogncheck
-#endif
-
namespace net {
namespace android {
@@ -27,9 +23,6 @@ static base::android::RegistrationMethod kNetRegisteredMethods[] = {
{"NetworkChangeNotifierAndroid", NetworkChangeNotifierAndroid::Register},
{"ProxyConfigService", ProxyConfigServiceAndroid::Register},
{"X509Util", RegisterX509Util},
-#if BUILDFLAG(USE_PLATFORM_ICU_ALTERNATIVES)
- {"NetStringUtils", RegisterNetStringUtils}
-#endif
};
bool RegisterJni(JNIEnv* env) {
« no previous file with comments | « net/BUILD.gn ('k') | net/base/net_string_util_icu_alternatives_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698