| Index: chrome/android/java/res/layout/autofill_profile_editor.xml
|
| diff --git a/chrome/android/java/res/layout/autofill_profile_editor.xml b/chrome/android/java/res/layout/autofill_profile_editor.xml
|
| index 209f6372f168ed0765818ccf4b70d0edc3524fe2..e3433175e2ac217d5b0118dcdc0346243f1c6e05 100644
|
| --- a/chrome/android/java/res/layout/autofill_profile_editor.xml
|
| +++ b/chrome/android/java/res/layout/autofill_profile_editor.xml
|
| @@ -15,6 +15,9 @@
|
| android:orientation="vertical"
|
| android:focusableInTouchMode="true" >
|
|
|
| + <!-- EditText views in FloatLabelLayout require both hint and contentDescription to be set
|
| + to work correctly for accessibility because FloatLabelLayout sometimes clear hint. -->
|
| + <!--suppress ContentDescription -->
|
| <LinearLayout
|
| style="@style/PreferenceScreenLayout"
|
| android:layout_width="match_parent"
|
|
|