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

Unified Diff: chrome/android/java/res/xml/main_preferences.xml

Issue 2092723002: Redirect users without sync passphrase to passwords.google.com (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/xml/main_preferences.xml
diff --git a/chrome/android/java/res/xml/main_preferences.xml b/chrome/android/java/res/xml/main_preferences.xml
index 927ce125d83636fa7d6c42fe29bc88e5e7c3c2ef..b3dae2aed8a59be8729e67f4e8c562e3873b633a 100644
--- a/chrome/android/java/res/xml/main_preferences.xml
+++ b/chrome/android/java/res/xml/main_preferences.xml
@@ -19,9 +19,7 @@
android:key="autofill_settings"
android:title="@string/prefs_autofill" />
<org.chromium.chrome.browser.preferences.ChromeBasePreference
- android:fragment="org.chromium.chrome.browser.preferences.password.SavePasswordsPreferences"
- android:key="saved_passwords"
- android:title="@string/prefs_saved_passwords" />
+ android:key="saved_passwords"/>
<Preference
android:fragment="org.chromium.chrome.browser.preferences.HomepagePreferences"
android:key="homepage"

Powered by Google App Engine
This is Rietveld 408576698