| Index: shell/android/apk/src/org/chromium/mojo/shell/MojoMain.java
|
| diff --git a/shell/android/apk/src/org/chromium/mojo/shell/MojoMain.java b/shell/android/apk/src/org/chromium/mojo/shell/MojoMain.java
|
| index 2d7b9de4e9219331b1e2d20811483b47ee93cb4a..03fb6284353f6fbf369719af9aab184d97d27abd 100644
|
| --- a/shell/android/apk/src/org/chromium/mojo/shell/MojoMain.java
|
| +++ b/shell/android/apk/src/org/chromium/mojo/shell/MojoMain.java
|
| @@ -35,14 +35,6 @@ public class MojoMain {
|
| private static boolean sInitialized = false;
|
|
|
| /**
|
| - * Deletes directories holding the temporary files. This should be called early on shell startup
|
| - * to clean up after the previous run.
|
| - */
|
| - static void clearTemporaryFiles(Context context) {
|
| - FileHelper.deleteRecursively(getLocalAppsDir(context));
|
| - }
|
| -
|
| - /**
|
| * Initializes the native system.
|
| **/
|
| static void ensureInitialized(Context applicationContext, String[] parameters) {
|
|
|