Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: chrome/android/java/res/xml/main_preferences.xml

Issue 2165333002: Revert of Redirect users without sync passphrase to passwords.google.com (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/MainPreferences.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 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 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> 6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
7 7
8 <org.chromium.chrome.browser.preferences.SignInPreference 8 <org.chromium.chrome.browser.preferences.SignInPreference
9 android:key="sign_in" 9 android:key="sign_in"
10 android:title="@string/sign_in_to_chrome" /> 10 android:title="@string/sign_in_to_chrome" />
11 11
12 <PreferenceCategory 12 <PreferenceCategory
13 android:title="@string/prefs_section_basics"/> 13 android:title="@string/prefs_section_basics"/>
14 <org.chromium.chrome.browser.preferences.SearchEnginePreference 14 <org.chromium.chrome.browser.preferences.SearchEnginePreference
15 android:key="search_engine" 15 android:key="search_engine"
16 android:title="@string/prefs_search_engine"/> 16 android:title="@string/prefs_search_engine"/>
17 <org.chromium.chrome.browser.preferences.ChromeBasePreference 17 <org.chromium.chrome.browser.preferences.ChromeBasePreference
18 android:fragment="org.chromium.chrome.browser.preferences.autofill.Autof illPreferences" 18 android:fragment="org.chromium.chrome.browser.preferences.autofill.Autof illPreferences"
19 android:key="autofill_settings" 19 android:key="autofill_settings"
20 android:title="@string/prefs_autofill" /> 20 android:title="@string/prefs_autofill" />
21 <org.chromium.chrome.browser.preferences.ChromeBasePreference 21 <org.chromium.chrome.browser.preferences.ChromeBasePreference
22 android:key="saved_passwords"/> 22 android:fragment="org.chromium.chrome.browser.preferences.password.SaveP asswordsPreferences"
23 android:key="saved_passwords"
24 android:title="@string/prefs_saved_passwords" />
23 <Preference 25 <Preference
24 android:fragment="org.chromium.chrome.browser.preferences.HomepagePrefer ences" 26 android:fragment="org.chromium.chrome.browser.preferences.HomepagePrefer ences"
25 android:key="homepage" 27 android:key="homepage"
26 android:title="@string/options_homepage_title" /> 28 android:title="@string/options_homepage_title" />
27 29
28 <PreferenceCategory 30 <PreferenceCategory
29 android:title="@string/prefs_section_advanced"/> 31 android:title="@string/prefs_section_advanced"/>
30 <Preference 32 <Preference
31 android:fragment="org.chromium.chrome.browser.preferences.privacy.Privac yPreferences" 33 android:fragment="org.chromium.chrome.browser.preferences.privacy.Privac yPreferences"
32 android:key="privacy" 34 android:key="privacy"
33 android:title="@string/prefs_privacy" /> 35 android:title="@string/prefs_privacy" />
34 <Preference 36 <Preference
35 android:fragment="org.chromium.chrome.browser.preferences.AccessibilityP references" 37 android:fragment="org.chromium.chrome.browser.preferences.AccessibilityP references"
36 android:key="accessibility" 38 android:key="accessibility"
37 android:title="@string/prefs_accessibility" /> 39 android:title="@string/prefs_accessibility" />
38 <Preference 40 <Preference
39 android:fragment="org.chromium.chrome.browser.preferences.website.SiteSe ttingsPreferences" 41 android:fragment="org.chromium.chrome.browser.preferences.website.SiteSe ttingsPreferences"
40 android:key="content_settings" 42 android:key="content_settings"
41 android:title="@string/prefs_site_settings" /> 43 android:title="@string/prefs_site_settings" />
42 <org.chromium.chrome.browser.preferences.ChromeBasePreference 44 <org.chromium.chrome.browser.preferences.ChromeBasePreference
43 android:fragment="org.chromium.chrome.browser.preferences.datareduction. DataReductionPreferences" 45 android:fragment="org.chromium.chrome.browser.preferences.datareduction. DataReductionPreferences"
44 android:key="data_reduction" 46 android:key="data_reduction"
45 android:title="@string/data_reduction_title" /> 47 android:title="@string/data_reduction_title" />
46 <Preference 48 <Preference
47 android:fragment="org.chromium.chrome.browser.preferences.AboutChromePre ferences" 49 android:fragment="org.chromium.chrome.browser.preferences.AboutChromePre ferences"
48 android:key="about_chrome" 50 android:key="about_chrome"
49 android:title="@string/prefs_about_chrome" /> 51 android:title="@string/prefs_about_chrome" />
50 52
51 </PreferenceScreen> 53 </PreferenceScreen>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/preferences/MainPreferences.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698