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

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

Issue 2067323004: Allow copying and viewing account credentials in PasswordEntryEditor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move reauthentication functionality to PasswordEntryEditor, implement copying for link and username Created 4 years, 5 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/password_entry_editor.xml
diff --git a/chrome/android/java/res/layout/password_entry_editor.xml b/chrome/android/java/res/layout/password_entry_editor.xml
index c335665bf7d74faabf6995a16b829edde7a21f94..bf79a3b5a763ca4158b3c2491f5e5689f623fac0 100644
--- a/chrome/android/java/res/layout/password_entry_editor.xml
+++ b/chrome/android/java/res/layout/password_entry_editor.xml
@@ -54,8 +54,7 @@
android:divider="?android:attr/dividerVertical"
android:dividerPadding="0dp"
android:orientation="horizontal"
- android:showDividers="middle"
- android:visibility="gone">
+ android:showDividers="middle" >
<Button
android:id="@+id/password_entry_editor_delete"

Powered by Google App Engine
This is Rietveld 408576698