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

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

Issue 1894703002: [Offline pages] Removing offline pages from Bookmarks UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Marking more methods as visible for testing Created 4 years, 8 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/bookmark_edit.xml
diff --git a/chrome/android/java/res/layout/bookmark_edit.xml b/chrome/android/java/res/layout/bookmark_edit.xml
index 629091ebeb7fc00215b7818f7af410d392d2dd7b..6ffccd71c15487fa40e499e92f393d4b535c255a 100644
--- a/chrome/android/java/res/layout/bookmark_edit.xml
+++ b/chrome/android/java/res/layout/bookmark_edit.xml
@@ -83,39 +83,6 @@
android:singleLine="true"
chrome:alertMessage="@string/bookmark_missing_url" />
</org.chromium.chrome.browser.widget.FloatLabelLayout>
-
- <LinearLayout
- android:id="@+id/offline_page_group"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:layout_marginTop="28dp"
- android:visibility="gone" >
-
- <TextView
- android:id="@+id/offline_page_info_text"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:layout_gravity="center_vertical"
- android:layout_marginStart="3dp"
- android:text="@string/bookmark_offline_page_none"
- android:textAlignment="viewStart"
- android:textAppearance="@style/TextAppearance.AppCompat.Medium"
- android:textColor="@color/dark_mode_tint"
- android:textSize="15sp" />
-
- <Button
- android:id="@+id/offline_page_save_remove_button"
- style="@style/ButtonCompatBorderless"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:textAllCaps="true"
- android:textColor="@color/light_active_color"
- android:textSize="15sp" />
-
- </LinearLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698