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

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

Issue 2081153005: [Offline Page] Offline page sharing implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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..da9248c1721572bc7d81402c11b3be37ddb5a399 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="offlinePages" path="DCIM/OfflinePages/"/>
dewittj 2016/06/23 01:26:48 How was this path chosen? Why can't we have anoth
</paths>

Powered by Google App Engine
This is Rietveld 408576698