| 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>
|
|
|