<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!-- The attributes in this XML file provide configuration information -->
<!-- for the ContentProvider. -->
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<files-path name="images" path="images/"/>
<cache-path name="cache" path="net-export/"/>
<cache-path name="passwords" path="passwords/"/>
<cache-path name="pdfs" path="pdfs/"/>
<cache-path name="traces" path="traces/"/>
<cache-path name="webapk" path="webapks/" />
<cache-path name="offline-cache" path="Offline Pages/archives/" />
<!-- 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>