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

Unified Diff: chrome/android/shell/res/xml/chrome_shell_main_preferences.xml

Issue 797903002: Upstream save passwords and search engine preferences. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed SearchEnginePreference.java Created 6 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/preferences/password/SavedPasswordsPreferencesTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/res/xml/chrome_shell_main_preferences.xml
diff --git a/chrome/android/shell/res/xml/chrome_shell_main_preferences.xml b/chrome/android/shell/res/xml/chrome_shell_main_preferences.xml
index 3b0012352461aae2eea4ffb8fd7324d8215a3857..6822cdf7bf3b9b6a553d65b57d7dccc92a28a150 100644
--- a/chrome/android/shell/res/xml/chrome_shell_main_preferences.xml
+++ b/chrome/android/shell/res/xml/chrome_shell_main_preferences.xml
@@ -4,10 +4,16 @@
found in the LICENSE file. -->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+ <org.chromium.chrome.browser.preferences.SearchEnginePreference
+ android:key="search_engine"
+ android:title="@string/prefs_search_engine"/>
<Preference
android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillPreferences"
android:title="@string/prefs_autofill" />
<Preference
+ android:fragment="org.chromium.chrome.browser.preferences.password.ManageSavedPasswordsPreferences"
+ android:title="@string/prefs_saved_passwords" />
+ <Preference
android:fragment="org.chromium.chrome.browser.preferences.AccessibilityPreferences"
android:title="@string/prefs_accessibility" />
<Preference
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/preferences/password/SavedPasswordsPreferencesTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698