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

Unified Diff: chrome/android/java/res/layout/autofill_credit_card_editor.xml

Issue 953163002: autofill - remove contentDescriptions on EditTexts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 10 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/layout/autofill_credit_card_editor.xml
diff --git a/chrome/android/java/res/layout/autofill_credit_card_editor.xml b/chrome/android/java/res/layout/autofill_credit_card_editor.xml
index 4ef788d95a49ff39d40fd93e6c211c670767d510..50ff218a4e1a679ad49a0e392d085d2b094d2822 100644
--- a/chrome/android/java/res/layout/autofill_credit_card_editor.xml
+++ b/chrome/android/java/res/layout/autofill_credit_card_editor.xml
@@ -32,7 +32,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:imeOptions="flagNoExtractUi"
- android:contentDescription="@string/autofill_credit_card_editor_name"
android:inputType="textCapWords"
android:hint="@string/autofill_credit_card_editor_name" />
</org.chromium.chrome.browser.widget.FloatLabelLayout>
@@ -44,7 +43,6 @@
<EditText
android:id="@+id/credit_card_number_edit"
android:layout_width="match_parent"
- android:contentDescription="@string/autofill_credit_card_editor_number"
android:layout_height="wrap_content"
android:imeOptions="flagNoExtractUi"
android:inputType="phone"

Powered by Google App Engine
This is Rietveld 408576698