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

Unified Diff: chrome/android/java/res/xml/file_paths.xml

Issue 2230803004: [Downloads] Use content:// URIs when sharing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Downloads] Use content:// URIs when sharing Created 4 years, 4 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 | chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryItemWrapper.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/xml/file_paths.xml
diff --git a/chrome/android/java/res/xml/file_paths.xml b/chrome/android/java/res/xml/file_paths.xml
index 63720fe9f0a5e7875d3b782833199db795bd0d2c..5be9ca6b5bc2aed658432cce719c9f86a759d823 100644
--- a/chrome/android/java/res/xml/file_paths.xml
+++ b/chrome/android/java/res/xml/file_paths.xml
@@ -9,4 +9,9 @@
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<files-path name="images" path="images/"/>
<cache-path name="cache" path="net-export/"/>
+
+ <!-- Note(twellington): This path is included to facilitate creating
+ content:// URIs for downloads. This may no longer work if/when users
+ are allowed to save files elsewhere. -->
+ <external-path name="downloads" path="Download/" />
</paths>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryItemWrapper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698