| Index: chrome/android/java/res/layout/new_tab_page.xml
|
| diff --git a/chrome/android/java/res/layout/new_tab_page.xml b/chrome/android/java/res/layout/new_tab_page.xml
|
| index ae21847154c1b682df4bbe7186d3e45b2af7210c..1c3af218e5aa619236762deae1c5a52379712e65 100644
|
| --- a/chrome/android/java/res/layout/new_tab_page.xml
|
| +++ b/chrome/android/java/res/layout/new_tab_page.xml
|
| @@ -95,14 +95,6 @@
|
| android:layout_weight="0"
|
| android:visibility="invisible" />
|
|
|
| - <!-- Document mode opt out promo -->
|
| - <ViewStub
|
| - android:id="@+id/opt_out_promo_stub"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="wrap_content"
|
| - android:inflatedId="@+id/opt_out_promo"
|
| - android:layout="@layout/opt_out_promo" />
|
| -
|
| <!-- Most visited items -->
|
| <org.chromium.chrome.browser.ntp.MostVisitedLayout
|
| android:id="@+id/most_visited_layout"
|
|
|