| 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..98a6c46a2abea2f831cd83833501918eb2a580fb 100644
|
| --- a/chrome/android/java/res/layout/custom_tabs_toolbar.xml
|
| +++ b/chrome/android/java/res/layout/custom_tabs_toolbar.xml
|
| @@ -5,10 +5,9 @@
|
|
|
| <org.chromium.chrome.browser.toolbar.CustomTabToolbar xmlns:android="http://schemas.android.com/apk/res/android">
|
| <org.chromium.chrome.browser.widget.TintedImageButton
|
| - android:id="@+id/back_button"
|
| + android:id="@+id/close_button"
|
| style="@style/ToolbarButton"
|
| - android:layout_gravity="center_vertical"
|
| - android:src="@drawable/btn_chevron_left" />
|
| + android:layout_gravity="center_vertical" />
|
| <ImageButton android:id="@+id/security_button"
|
| style="@style/LocationBarButton"
|
| android:layout_width="@dimen/location_bar_icon_width"
|
|
|