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

Unified Diff: base/android/apk_assets.cc

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
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

Powered by Google App Engine
This is Rietveld 408576698