| Index: chrome/android/java/res/layout/toolbar.xml | 
| diff --git a/chrome/android/java/res/layout/toolbar.xml b/chrome/android/java/res/layout/toolbar.xml | 
| index 83feb109c4ccaa57f2bb2c35d378b0dda6a1c037..c610ab130a56c4c9d8f9fb420305761e874b645e 100644 | 
| --- a/chrome/android/java/res/layout/toolbar.xml | 
| +++ b/chrome/android/java/res/layout/toolbar.xml | 
| @@ -23,13 +23,6 @@ | 
| android:background="?attr/selectableItemBackground" | 
| android:contentDescription="@string/accessibility_toolbar_btn_new_tab" /> | 
|  | 
| -    <org.chromium.chrome.browser.widget.TintedImageButton | 
| -        android:id="@+id/return_button" | 
| -        style="@style/ToolbarButton" | 
| -        android:src="@drawable/btn_close" | 
| -        android:contentDescription="@string/close_tab_and_return" | 
| -        android:visibility="gone" /> | 
| - | 
| <org.chromium.chrome.browser.toolbar.HomePageButton | 
| android:id="@+id/home_button" | 
| style="@style/ToolbarButton" | 
|  |