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

Unified Diff: base/android/java/src/org/chromium/base/PathUtils.java

Issue 1745623002: Fix SELinux violation when opening Chrome on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@movetestonlytofixture
Patch Set: nyquist comments Created 4 years, 9 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 | « no previous file | base/android/java/src/org/chromium/base/library_loader/ModernLinker.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java/src/org/chromium/base/PathUtils.java
diff --git a/base/android/java/src/org/chromium/base/PathUtils.java b/base/android/java/src/org/chromium/base/PathUtils.java
index 9d53a9674eb14caad3a3d180f3c885ea413c1355..5479859f73647e51dbf1ea35a81fdbab41eb4bc7 100644
--- a/base/android/java/src/org/chromium/base/PathUtils.java
+++ b/base/android/java/src/org/chromium/base/PathUtils.java
@@ -104,7 +104,6 @@ public abstract class PathUtils {
paths[DATA_DIRECTORY] = sDataDirectoryAppContext.getDir(sDataDirectorySuffix,
Context.MODE_PRIVATE).getPath();
paths[DATABASE_DIRECTORY] = sDataDirectoryAppContext.getDatabasePath("foo").getParent();
- // TODO(wnwen): Find a way to avoid calling this function in renderer process.
if (sDataDirectoryAppContext.getCacheDir() != null) {
paths[CACHE_DIRECTORY] = sDataDirectoryAppContext.getCacheDir().getPath();
}
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/library_loader/ModernLinker.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698