1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. -->
7 xmlns:android="http://schemas.android.com/apk/res/android"
8 xmlns:app="http://schemas.android.com/apk/res-auto"
9 android:orderingFromXml="false">
12 android:title="@string/account_management_title"
14 <org.chromium.chrome.browser.preferences.ChromeSwitchPreference
15 android:key="sign_out_switch"
16 android:summary="@string/sign_in_accounts_message"
18 app:dontUseSummaryAsTitle="true" />
19 <org.chromium.chrome.browser.preferences.TextMessagePreference
20 android:key="sign_in_child_message"
21 android:title="@string/sign_in_accounts_message_child"
24 <!-- Google accounts will be inserted here, using order values starting at 100 -->
26 <org.chromium.chrome.browser.preferences.ChromeBasePreference
27 android:key="add_account"
28 android:icon="@drawable/plus"
29 android:order="1000" />
33 android:order="1001" />
34 <org.chromium.chrome.browser.preferences.ChromeBasePreference
35 android:key="go_incognito"
36 android:title="@string/account_management_go_incognito_text"
37 android:icon="@drawable/account_management_incognito"
38 android:order="1002" />
41 android:key="parental_settings"
42 android:title="@string/account_management_parental_settings"
43 android:order="1003" />
45 android:key="parent_accounts"
46 android:order="1004" />
48 android:key="child_content"
49 android:title="@string/account_management_child_content_title"
50 android:order="1005" />
52 android:key="child_safe_search"
53 android:title="@string/account_management_child_safe_search_title"
54 android:order="1006" />