| Index: chrome/android/java/res/layout/search_activity.xml
|
| diff --git a/chrome/android/java/res/layout/search_activity.xml b/chrome/android/java/res/layout/search_activity.xml
|
| index 739da1458f2827e5cb01c533a0fd808bfb37db84..b468890f72a0ffc937a22a9b9e2cebee4a347b62 100644
|
| --- a/chrome/android/java/res/layout/search_activity.xml
|
| +++ b/chrome/android/java/res/layout/search_activity.xml
|
| @@ -6,8 +6,7 @@
|
| <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| android:id="@+id/control_container"
|
| android:layout_width="match_parent"
|
| - android:layout_height="match_parent"
|
| - android:background="@color/google_grey_500" >
|
| + android:layout_height="match_parent" >
|
|
|
| <!-- This view is unnecessary visually, but required for the LocationBarLayout. -->
|
| <org.chromium.chrome.browser.searchwidget.SearchActivityFadingBackgroundView
|
|
|