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

Unified Diff: ui/base/resource/resource_bundle_android.cc

Issue 2202033002: ui: Remove unneeded RegisterNatives() call on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg1
Patch Set: rebase, unused headers 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 | « ui/base/resource/resource_bundle_android.h ('k') | ui/base/touch/touch_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/resource/resource_bundle_android.cc
diff --git a/ui/base/resource/resource_bundle_android.cc b/ui/base/resource/resource_bundle_android.cc
index c09df2bedb264d69fcaa0663c9a4f8de360cb310..bec09a3b9d3b4f21b7f6a2f012e78f586e8d2a50 100644
--- a/ui/base/resource/resource_bundle_android.cc
+++ b/ui/base/resource/resource_bundle_android.cc
@@ -169,8 +169,4 @@ std::string GetPathForAndroidLocalePakWithinApk(const std::string& locale) {
return base::android::ConvertJavaStringToUTF8(env, ret.obj());
}
-bool RegisterResourceBundleAndroid(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace ui
« no previous file with comments | « ui/base/resource/resource_bundle_android.h ('k') | ui/base/touch/touch_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698