Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1142)

Unified Diff: chrome/android/java/res/layout/new_tab_page.xml

Issue 1837963003: Remove document mode opt-out promo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « chrome/android/java/res/drawable-xxhdpi/tabs_moved_samsung.png ('k') | chrome/android/java/res/layout/opt_out_promo.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698