| 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 72a7843410581ca92062a25183b71239edf02b01..a60dfc6c60847de35be3a2c6deb3cfce514173c1 100644
|
| --- a/chrome/android/java/res/layout/toolbar.xml
|
| +++ b/chrome/android/java/res/layout/toolbar.xml
|
| @@ -82,7 +82,7 @@
|
| <org.chromium.chrome.browser.widget.ToolbarProgressBar
|
| android:id="@+id/progress"
|
| android:layout_width="match_parent"
|
| - android:layout_height="2dp"
|
| + android:layout_height="@dimen/toolbar_progress_bar_height"
|
| chrome:progressBarColor="@color/progress_bar_foreground"
|
| chrome:backgroundColor="@color/progress_bar_background" />
|
|
|
|
|