| Index: chrome/android/java/res/layout/bottom_control_container.xml | 
| diff --git a/chrome/android/java/res/layout/bottom_control_container.xml b/chrome/android/java/res/layout/bottom_control_container.xml | 
| index eae7a4a9fcd917629663cdc35dc85d144bcc1a32..79b046cb8f42ee42a7237917245c2b48decb271f 100644 | 
| --- a/chrome/android/java/res/layout/bottom_control_container.xml | 
| +++ b/chrome/android/java/res/layout/bottom_control_container.xml | 
| @@ -34,8 +34,7 @@ | 
| android:id="@+id/toolbar_holder" | 
| android:layout_width="match_parent" | 
| android:layout_height="@dimen/bottom_control_container_height" | 
| -                android:layout_marginTop="@dimen/toolbar_shadow_height" | 
| -                android:background="@color/default_primary_color" > | 
| +                android:layout_marginTop="@dimen/toolbar_shadow_height" > | 
|  | 
| <ViewStub | 
| android:id="@+id/toolbar_stub" | 
| @@ -67,8 +66,7 @@ | 
| android:id="@+id/bottom_sheet_content" | 
| android:layout_width="match_parent" | 
| android:layout_height="match_parent" | 
| -        android:paddingBottom="@dimen/bottom_nav_height" | 
| -        android:background="@color/default_primary_color" /> | 
| +        android:paddingBottom="@dimen/bottom_nav_height" /> | 
|  | 
| <ViewStub | 
| android:id="@+id/bottom_omnibox_results_container_stub" | 
|  |