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

Unified Diff: shell/android/apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java

Issue 782013002: Android: decouple mojo shell from the network service. (Closed) Base URL: https://github.com/domokit/mojo.git@build-rule-for-the-network-service
Patch Set: Rebase. 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_apk/MojoShellApplication.java
diff --git a/shell/android/apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java b/shell/android/apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java
index c90fd5ee7bc7eca626aa466eae609f92c8274bb9..74968f7d70cdb8d6ca75722324e99c18b42b4fd5 100644
--- a/shell/android/apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java
+++ b/shell/android/apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java
@@ -33,6 +33,7 @@ public class MojoShellApplication extends BaseChromiumApplication {
*/
private void clearTemporaryFiles() {
AndroidHandler.clearTemporaryFiles(this);
+ MojoMain.clearTemporaryFiles(this);
}
/**

Powered by Google App Engine
This is Rietveld 408576698