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

Unified Diff: mojo/runner/android/tests/src/org/chromium/mojo/shell/ShellTestBase.java

Issue 1147203002: Revert of Changes caching logic of mojo java apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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
« no previous file with comments | « mojo/runner/android/run_android_application_function.h ('k') | mojo/runner/url_resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/tests/src/org/chromium/mojo/shell/ShellTestBase.java
diff --git a/mojo/runner/android/tests/src/org/chromium/mojo/shell/ShellTestBase.java b/mojo/runner/android/tests/src/org/chromium/mojo/shell/ShellTestBase.java
index 18037adfa490279b22c83fa8cf5252ecdb8ece8a..a4bd6c58d867141d3e457fd559636bc289423cc3 100644
--- a/mojo/runner/android/tests/src/org/chromium/mojo/shell/ShellTestBase.java
+++ b/mojo/runner/android/tests/src/org/chromium/mojo/shell/ShellTestBase.java
@@ -31,8 +31,7 @@
AssetManager manager = context.getResources().getAssets();
for (String asset : manager.list("")) {
if (asset.endsWith(".mojo")) {
- FileHelper.extractFromAssets(
- context, asset, outputDirectory, FileHelper.FileType.PERMANENT);
+ FileHelper.extractFromAssets(context, asset, outputDirectory, false);
}
}
« no previous file with comments | « mojo/runner/android/run_android_application_function.h ('k') | mojo/runner/url_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698