chromium/chrome/browser/safe_browsing/android/java/res/xml/standard_protection_preferences.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2020 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"
    xmlns:app="http://schemas.android.com/apk/res-auto">

    <org.chromium.components.browser_ui.settings.TextMessagePreference
        android:key="subtitle"
        android:title="@string/safe_browsing_standard_protection_subtitle"
        app:allowDividerBelow="false" />

    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="extended_reporting"
        android:title="@string/safe_browsing_standard_protection_extended_reporting_title"
        android:summary="@string/safe_browsing_standard_protection_extended_reporting_summary"
        android:persistent="false"
        app:allowDividerBelow="false" />

    <org.chromium.components.browser_ui.settings.ChromeSwitchPreference
        android:key="password_leak_detection"
        android:title="@string/passwords_leak_detection_switch_title"
        android:summary="@string/passwords_leak_detection_switch_summary"
        android:persistent="false"
        app:allowDividerBelow="false" />
</PreferenceScreen>