blob: e0ef6f503babc2e4552a96a4e939a9fb66e8410c [file]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2017 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<org.chromium.chrome.browser.preferences.download.DownloadLocationPreference
android:key="location_change"
android:title="@string/downloads_location_selector_title"
android:positiveButtonText="@string/done"
android:negativeButtonText="@null" />
<org.chromium.chrome.browser.preferences.ChromeSwitchPreference
android:key="location_prompt_enabled"
android:title="@string/download_location_prompt_enabled_title"
android:summaryOn="@string/text_on"
android:summaryOff="@string/text_off" />
<org.chromium.chrome.browser.preferences.ChromeSwitchPreference
android:key="prefetching_enabled"
android:title="@string/download_settings_enable_prefetch_title" />
</PreferenceScreen>