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

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

Issue 1854253002: Disable document mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning Created 4 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/ChromeSwitches.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 <Preference
18 android:fragment="org.chromium.chrome.browser.preferences.DocumentModePr eference"
19 android:key="document_mode"
20 android:title="@string/tabs_and_apps_title" />
21 <org.chromium.chrome.browser.preferences.ChromeBasePreference 17 <org.chromium.chrome.browser.preferences.ChromeBasePreference
22 android:fragment="org.chromium.chrome.browser.preferences.autofill.Autof illPreferences" 18 android:fragment="org.chromium.chrome.browser.preferences.autofill.Autof illPreferences"
23 android:key="autofill_settings" 19 android:key="autofill_settings"
24 android:title="@string/prefs_autofill" /> 20 android:title="@string/prefs_autofill" />
25 <org.chromium.chrome.browser.preferences.ChromeBasePreference 21 <org.chromium.chrome.browser.preferences.ChromeBasePreference
26 android:fragment="org.chromium.chrome.browser.preferences.password.SaveP asswordsPreferences" 22 android:fragment="org.chromium.chrome.browser.preferences.password.SaveP asswordsPreferences"
27 android:key="saved_passwords" 23 android:key="saved_passwords"
28 android:title="@string/prefs_saved_passwords" /> 24 android:title="@string/prefs_saved_passwords" />
29 <Preference 25 <Preference
30 android:fragment="org.chromium.chrome.browser.preferences.HomepagePrefer ences" 26 android:fragment="org.chromium.chrome.browser.preferences.HomepagePrefer ences"
(...skipping 17 matching lines...) Expand all
48 <org.chromium.chrome.browser.preferences.ChromeBasePreference 44 <org.chromium.chrome.browser.preferences.ChromeBasePreference
49 android:fragment="org.chromium.chrome.browser.preferences.datareduction. DataReductionPreferences" 45 android:fragment="org.chromium.chrome.browser.preferences.datareduction. DataReductionPreferences"
50 android:key="data_reduction" 46 android:key="data_reduction"
51 android:title="@string/data_reduction_title" /> 47 android:title="@string/data_reduction_title" />
52 <Preference 48 <Preference
53 android:fragment="org.chromium.chrome.browser.preferences.AboutChromePre ferences" 49 android:fragment="org.chromium.chrome.browser.preferences.AboutChromePre ferences"
54 android:key="about_chrome" 50 android:key="about_chrome"
55 android:title="@string/prefs_about_chrome" /> 51 android:title="@string/prefs_about_chrome" />
56 52
57 </PreferenceScreen> 53 </PreferenceScreen>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698