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

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

Issue 2205163003: Implement delete button in action bar for password entry editor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment Created 4 years, 4 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
« no previous file with comments | « no previous file | chrome/android/java/res/menu/password_entry_editor_action_bar_menu.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/password_entry_editor_interactive.xml
diff --git a/chrome/android/java/res/layout/password_entry_editor_interactive.xml b/chrome/android/java/res/layout/password_entry_editor_interactive.xml
index 4b5540160f013c40c98133371bfe205d8d9c8f18..3e43d500a0e4e1edbc9ffa9fdc50a303af655da3 100644
--- a/chrome/android/java/res/layout/password_entry_editor_interactive.xml
+++ b/chrome/android/java/res/layout/password_entry_editor_interactive.xml
@@ -13,8 +13,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:title="@string/password_entry_editor_title"
- android:visibility="gone">
+ android:title="@string/password_entry_editor_title">
<TextView
android:text="@string/password_entry_editor_site_title"
« no previous file with comments | « no previous file | chrome/android/java/res/menu/password_entry_editor_action_bar_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698