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

Unified Diff: shell/android/apk/src/org/chromium/mojo/shell/MojoMain.java

Issue 815993004: Run shell tests on android. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 6 years 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: 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) {

Powered by Google App Engine
This is Rietveld 408576698