| Index: chrome/android/java/res/layout/custom_tabs_toolbar.xml
|
| diff --git a/chrome/android/java/res/layout/custom_tabs_toolbar.xml b/chrome/android/java/res/layout/custom_tabs_toolbar.xml
|
| index cfca2f88d76f74c53da5317ec63fb40d384721d0..e613d8e960ebb274a09a702fb9ddeae21cf05687 100644
|
| --- a/chrome/android/java/res/layout/custom_tabs_toolbar.xml
|
| +++ b/chrome/android/java/res/layout/custom_tabs_toolbar.xml
|
| @@ -8,7 +8,8 @@
|
| android:id="@+id/back_button"
|
| style="@style/ToolbarButton"
|
| android:layout_gravity="center_vertical"
|
| - android:src="@drawable/btn_chevron_left" />
|
| + android:src="@drawable/btn_chevron_left"
|
| + android:contentDescription="@string/accessibility_toolbar_btn_close_webpage" />
|
| <ImageButton android:id="@+id/security_button"
|
| style="@style/LocationBarButton"
|
| android:layout_width="@dimen/location_bar_icon_width"
|
|
|