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

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: 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
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..4c6056293a9b65efa98df2e833bc2268f07b4743 100644
--- a/chrome/android/java/res/xml/file_paths.xml
+++ b/chrome/android/java/res/xml/file_paths.xml
@@ -9,4 +9,5 @@
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<files-path name="images" path="images/"/>
<cache-path name="cache" path="net-export/"/>
+ <external-path name="downloads" path="Download/" />
gone 2016/08/10 18:14:57 Not sure if this will work if we eventually allow
Theresa 2016/08/10 18:29:55 Done.
</paths>

Powered by Google App Engine
This is Rietveld 408576698