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

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

Issue 2636023002: [Autofill and payments] Redesign Autofill settings UIs (Closed)
Patch Set: rebase Created 3 years, 11 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/autofill_preferences.xml
diff --git a/chrome/android/java/res/xml/autofill_preferences.xml b/chrome/android/java/res/xml/autofill_preferences.xml
deleted file mode 100644
index c87ae8e648aa221315562b5e9bd4711784c8a3d1..0000000000000000000000000000000000000000
--- a/chrome/android/java/res/xml/autofill_preferences.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2014 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file. -->
-
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
-
- <org.chromium.chrome.browser.preferences.ChromeSwitchPreference
- android:key="autofill_switch"
- android:summaryOn="@string/text_on"
- android:summaryOff="@string/text_off" />
-
- <org.chromium.chrome.browser.preferences.PreferenceCategoryWithButton
- android:key="autofill_profiles"
- android:enabled="true"
- android:title="@string/autofill_profiles_title"
- android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillProfileEditor"
- android:contentDescription="@string/autofill_create_profile"
- />
-
- <org.chromium.chrome.browser.preferences.PreferenceCategoryWithButton
- android:key="autofill_credit_cards"
- android:enabled="true"
- android:title="@string/autofill_credit_cards_title"
- android:fragment="org.chromium.chrome.browser.preferences.autofill.AutofillLocalCardEditor"
- android:contentDescription="@string/autofill_create_credit_card"
- />
-
-</PreferenceScreen>
« no previous file with comments | « chrome/android/java/res/xml/autofill_and_payments_preferences.xml ('k') | chrome/android/java/res/xml/main_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698