| 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 98a6c46a2abea2f831cd83833501918eb2a580fb..3d2e532c00feb366c154b9a80d2d73eafbe5781c 100644
|
| --- a/chrome/android/java/res/layout/custom_tabs_toolbar.xml
|
| +++ b/chrome/android/java/res/layout/custom_tabs_toolbar.xml
|
| @@ -7,7 +7,8 @@
|
| <org.chromium.chrome.browser.widget.TintedImageButton
|
| android:id="@+id/close_button"
|
| style="@style/ToolbarButton"
|
| - android:layout_gravity="center_vertical" />
|
| + android:layout_gravity="center_vertical"
|
| + android:contentDescription="@string/close_tab" />
|
| <ImageButton android:id="@+id/security_button"
|
| style="@style/LocationBarButton"
|
| android:layout_width="@dimen/location_bar_icon_width"
|
|
|