| Index: mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java
|
| diff --git a/mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java b/mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java
|
| index 1b730214f1d6aeaf18b73f3b6d1ea4a9aadd31b1..3a0b237119b4d81fc6309de90673c22e9797cf9e 100644
|
| --- a/mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java
|
| +++ b/mojo/runner/android/apk/src/org/chromium/mojo/shell/AndroidHandler.java
|
| @@ -243,8 +243,8 @@ public class AndroidHandler {
|
| }
|
|
|
| @CalledByNative
|
| - static String getLocalAppsDir(Context context) {
|
| - return ShellMain.getLocalAppsDir(context).getAbsolutePath();
|
| + static String getCachedAppsDir(Context context) {
|
| + return ShellMain.getCachedAppsDir(context).getAbsolutePath();
|
| }
|
|
|
| private static File getDexOutputDir(Context context) {
|
|
|