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

Unified Diff: chrome/android/java/res/layout/password_reauthentication_container.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_reauthentication_container.xml
diff --git a/chrome/android/webapk/shell_apk/res/layout/main.xml b/chrome/android/java/res/layout/password_reauthentication_container.xml
similarity index 59%
copy from chrome/android/webapk/shell_apk/res/layout/main.xml
copy to chrome/android/java/res/layout/password_reauthentication_container.xml
index 90c10d89e024834f8e03f6c3cddad15d6300a07f..230d8dd0bc80605fbd012c2859480bb8d28f37fd 100644
--- a/chrome/android/webapk/shell_apk/res/layout/main.xml
+++ b/chrome/android/java/res/layout/password_reauthentication_container.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2015 The Chromium Authors. All rights reserved.
+<!-- Copyright 2016 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_height="match_parent"
+ android:id="@+id/password_reauthentication"
android:layout_width="match_parent"
- android:padding="5dp"
- android:orientation="vertical" >
-</LinearLayout>
+ android:layout_height="match_parent">
+</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698