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

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

Issue 2810913006: [Suggestions] Remove access point to dedicated pref screen (Closed)
Patch Set: address comment Created 3 years, 8 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/ntp/ContentSuggestionsNotificationHelper.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" />
(...skipping 15 matching lines...) Expand all
26 android:key="homepage" 26 android:key="homepage"
27 android:title="@string/options_homepage_title" /> 27 android:title="@string/options_homepage_title" />
28 28
29 <PreferenceCategory 29 <PreferenceCategory
30 android:title="@string/prefs_section_advanced"/> 30 android:title="@string/prefs_section_advanced"/>
31 <Preference 31 <Preference
32 android:fragment="org.chromium.chrome.browser.preferences.privacy.Privac yPreferences" 32 android:fragment="org.chromium.chrome.browser.preferences.privacy.Privac yPreferences"
33 android:key="privacy" 33 android:key="privacy"
34 android:title="@string/prefs_privacy" /> 34 android:title="@string/prefs_privacy" />
35 <Preference 35 <Preference
36 android:fragment="org.chromium.chrome.browser.preferences.ContentSuggest ionsPreferences"
37 android:key="suggestions"
38 android:title="@string/prefs_suggestions" />
39 <Preference
40 android:fragment="org.chromium.chrome.browser.preferences.AccessibilityP references" 36 android:fragment="org.chromium.chrome.browser.preferences.AccessibilityP references"
41 android:key="accessibility" 37 android:key="accessibility"
42 android:title="@string/prefs_accessibility" /> 38 android:title="@string/prefs_accessibility" />
43 <Preference 39 <Preference
44 android:fragment="org.chromium.chrome.browser.preferences.website.SiteSe ttingsPreferences" 40 android:fragment="org.chromium.chrome.browser.preferences.website.SiteSe ttingsPreferences"
45 android:key="content_settings" 41 android:key="content_settings"
46 android:title="@string/prefs_site_settings" /> 42 android:title="@string/prefs_site_settings" />
47 <org.chromium.chrome.browser.preferences.ChromeBasePreference 43 <org.chromium.chrome.browser.preferences.ChromeBasePreference
48 android:fragment="org.chromium.chrome.browser.preferences.datareduction. DataReductionPreferences" 44 android:fragment="org.chromium.chrome.browser.preferences.datareduction. DataReductionPreferences"
49 android:key="data_reduction" 45 android:key="data_reduction"
50 android:title="@string/data_reduction_title" /> 46 android:title="@string/data_reduction_title" />
51 <Preference 47 <Preference
52 android:fragment="org.chromium.chrome.browser.preferences.AboutChromePre ferences" 48 android:fragment="org.chromium.chrome.browser.preferences.AboutChromePre ferences"
53 android:key="about_chrome" 49 android:key="about_chrome"
54 android:title="@string/prefs_about_chrome" /> 50 android:title="@string/prefs_about_chrome" />
55 51
56 </PreferenceScreen> 52 </PreferenceScreen>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/ContentSuggestionsNotificationHelper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698