| Index: chrome/android/java/res/layout/toolbar_phone_common.xml
|
| diff --git a/chrome/android/java/res/layout/toolbar_phone_common.xml b/chrome/android/java/res/layout/toolbar_phone_common.xml
|
| index 763b286ec36029af697af6cf249e88db1c65764c..4d6091e6dc6d3e4b71ef86059081895b09656b47 100644
|
| --- a/chrome/android/java/res/layout/toolbar_phone_common.xml
|
| +++ b/chrome/android/java/res/layout/toolbar_phone_common.xml
|
| @@ -26,6 +26,13 @@
|
| android:contentDescription="@string/accessibility_toolbar_btn_home"
|
| android:visibility="gone" />
|
|
|
| + <org.chromium.chrome.browser.widget.TintedImageButton
|
| + android:id="@+id/expand_sheet_button"
|
| + style="@style/ToolbarButton"
|
| + android:src="@drawable/ic_collapsed"
|
| + android:contentDescription="@string/accessibility_toolbar_btn_expand"
|
| + android:visibility="gone" />
|
| +
|
| <org.chromium.chrome.browser.omnibox.LocationBarPhone
|
| android:id="@+id/location_bar"
|
| android:layout_width="match_parent"
|
|
|