<?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"
xmlns:app="http://schemas.android.com/apk/res-auto">
<org.chromium.chrome.browser.about_settings.HyperlinkPreference
android:key="open_source_license"
android:title="@string/open_source_license_title"
app:url="@string/open_source_license_url" />
<org.chromium.chrome.browser.about_settings.HyperlinkPreference
android:key="google_terms_of_service"
android:title="@string/google_terms_of_service_title"
app:url="@string/google_terms_of_service_url" />
<org.chromium.chrome.browser.about_settings.HyperlinkPreference
android:key="chrome_additional_terms_of_service"
android:title="@string/chrome_additional_terms_of_service_title"
app:url="@string/chrome_additional_terms_of_service_url" />
<org.chromium.chrome.browser.about_settings.HyperlinkPreference
android:key="privacy_policy"
android:title="@string/privacy_policy_title"
app:url="@string/google_privacy_policy_url" />
</PreferenceScreen>