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

Unified Diff: chrome/android/java/res/layout/autofill_card_unmask_prompt.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_card_unmask_prompt.xml
diff --git a/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml b/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
index feabdf1998604c6222220f3367106301e002847c..7f81f5a5abca22408bc65f8854bcafece56fccb8 100644
--- a/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
+++ b/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
@@ -31,8 +31,6 @@
android:layout_height="wrap_content"
android:orientation="horizontal">
- <!-- TODO(estade): add accessibility content descriptions. -->
-
<LinearLayout
android:id="@+id/expiration_container"
android:layout_width="wrap_content"

Powered by Google App Engine
This is Rietveld 408576698