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

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: Address comments 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/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 0957ea222944a7bf20be11c9b660f3b55a173ff0..2854f56051d0a6edca6a3747277ba98a67ae4f71 100644
--- a/chrome/android/java/res/layout/password_entry_editor.xml
+++ b/chrome/android/java/res/layout/password_entry_editor.xml
@@ -9,6 +9,7 @@
android:fillViewport="true" >
<LinearLayout
+ android:id="@+id/password_entry_editor_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"

Powered by Google App Engine
This is Rietveld 408576698