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

Unified Diff: shell/android/apk/src/org/chromium/mojo/shell/MojoShellApplication.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/MojoShellApplication.java
diff --git a/shell/android/apk/src/org/chromium/mojo/shell/MojoShellApplication.java b/shell/android/apk/src/org/chromium/mojo/shell/MojoShellApplication.java
index a9ffcba0d881308c408a90c5b707fe54538b1001..6a5fd296050420b778190edd26b98b2653dbc66e 100644
--- a/shell/android/apk/src/org/chromium/mojo/shell/MojoShellApplication.java
+++ b/shell/android/apk/src/org/chromium/mojo/shell/MojoShellApplication.java
@@ -33,7 +33,6 @@ public class MojoShellApplication extends BaseChromiumApplication {
*/
private void clearTemporaryFiles() {
AndroidHandler.clearTemporaryFiles(this);
- MojoMain.clearTemporaryFiles(this);
}
/**

Powered by Google App Engine
This is Rietveld 408576698