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

Unified Diff: chrome/android/java/res/menu/password_entry_editor_action_bar_menu.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
Index: chrome/android/java/res/menu/password_entry_editor_action_bar_menu.xml
diff --git a/chrome/android/java/res/menu/download_manager_menu.xml b/chrome/android/java/res/menu/password_entry_editor_action_bar_menu.xml
similarity index 57%
copy from chrome/android/java/res/menu/download_manager_menu.xml
copy to chrome/android/java/res/menu/password_entry_editor_action_bar_menu.xml
index bc927a5d040352ea8a972d009e87da328e4b30af..ccd3c8233d3a651842b24b7bc1b7aeba499ac5a5 100644
--- a/chrome/android/java/res/menu/download_manager_menu.xml
+++ b/chrome/android/java/res/menu/password_entry_editor_action_bar_menu.xml
@@ -7,9 +7,9 @@
xmlns:chrome="http://schemas.android.com/apk/res-auto" >
<item
- android:id="@+id/close_menu_id"
- android:icon="@drawable/btn_close"
- android:title="@string/close"
+ android:id="@+id/action_delete_saved_password"
+ android:icon="@drawable/ic_delete_white_24dp"
+ android:title="@string/password_entry_editor_delete_stored_password_action_title"
+ android:contentDescription="@string/password_entry_editor_delete_stored_password"
chrome:showAsAction="ifRoom"/>
-
</menu>

Powered by Google App Engine
This is Rietveld 408576698