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

Unified Diff: url/url_canon_icu_alternatives_android.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 | « url/url_canon_icu_alternatives_android.h ('k') | url/url_srcs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_canon_icu_alternatives_android.cc
diff --git a/url/url_canon_icu_alternatives_android.cc b/url/url_canon_icu_alternatives_android.cc
index f43efce509160634c9db4408fe83ea6484c51373..9536bc71c1a7612e9911e7e1ed05288bb7e8ef22 100644
--- a/url/url_canon_icu_alternatives_android.cc
+++ b/url/url_canon_icu_alternatives_android.cc
@@ -34,8 +34,4 @@ bool IDNToASCII(const base::char16* src, int src_len, CanonOutputW* output) {
return true;
}
-bool RegisterIcuAlternativesJni(JNIEnv* env) {
- return android::RegisterNativesImpl(env);
-}
-
} // namespace url
« no previous file with comments | « url/url_canon_icu_alternatives_android.h ('k') | url/url_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698