| 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.
|
|
|