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

Unified Diff: base/android/apk_assets.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/android/apk_assets.h ('k') | base/android/base_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/apk_assets.cc
diff --git a/base/android/apk_assets.cc b/base/android/apk_assets.cc
index 5319e73a4f0d02ae384562826a3b0e86066cfb8b..ec89b2da600f934a599dc7d0ceb1e719fa709625 100644
--- a/base/android/apk_assets.cc
+++ b/base/android/apk_assets.cc
@@ -15,10 +15,6 @@
namespace base {
namespace android {
-bool RegisterApkAssets(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
int OpenApkAsset(const std::string& file_path,
base::MemoryMappedFile::Region* region) {
// The AAssetManager API of the NDK is does not expose a method for accessing
« no previous file with comments | « base/android/apk_assets.h ('k') | base/android/base_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698