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

Unified Diff: base/android/apk_assets.h

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/BUILD.gn ('k') | base/android/apk_assets.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/apk_assets.h
diff --git a/base/android/apk_assets.h b/base/android/apk_assets.h
index 6eb5da37354069dbf50f982fc17c26f61c1de7ae..60d436bbb70e18f8c14596829f927b3bf695f269 100644
--- a/base/android/apk_assets.h
+++ b/base/android/apk_assets.h
@@ -14,8 +14,6 @@
namespace base {
namespace android {
-bool RegisterApkAssets(JNIEnv* env);
-
// Opens an asset (e.g. a .pak file) from the apk.
// Can be used from renderer process.
// Fails if the asset is not stored uncompressed within the .apk.
« no previous file with comments | « base/BUILD.gn ('k') | base/android/apk_assets.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698