<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2014 The Chromium Authors
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">
    <Preference
        android:key="zoom_info"
        android:title="@string/zoom_info_preference_title"/>

    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="page_zoom_include_os_adjustment"
        android:summary="@string/page_zoom_include_os_adjustment_summary"
        android:title="@string/page_zoom_include_os_adjustment_title" />

    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="page_zoom_always_show"
        android:summary="@string/page_zoom_always_show_preference_summary"
        android:title="@string/page_zoom_always_show_preference_title" />

    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="force_enable_zoom"
        android:summary="@string/force_enable_zoom_summary"
        android:title="@string/force_enable_zoom_title" />

    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="reader_for_accessibility"
        android:summary="@string/reader_for_accessibility_summary"
        android:title="@string/reader_for_accessibility_title" />

    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="reader_enable_links"
        android:summary="@string/reader_enable_links_summary"
        android:title="@string/reader_enable_links_title" />

    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="jump_start_omnibox"
        android:summary="@string/jump_start_omnibox_summary"
        android:title="@string/jump_start_omnibox_title" />

    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="caret_browsing"
        android:summary="@string/caret_browsing_summary"
        android:title="@string/caret_browsing_title" />

    <Preference
        android:key="captions"
        android:title="@string/accessibility_captions_title"/>

    <Preference
        android:fragment="org.chromium.chrome.browser.image_descriptions.ImageDescriptionsSettings"
        android:key="image_descriptions"
        android:title="@string/image_descriptions_settings_title" />

    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="touchpad_overscroll_history_navigation"
        android:summary="@string/touchpad_overscroll_history_navigation_summary"
        android:title="@string/touchpad_overscroll_history_navigation_title" />

</PreferenceScreen>
