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

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

Issue 12942004: Add Glue as delegate to AutofillDialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes to Ted's comments Created 7 years, 9 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/autofill_general_layout.xml
diff --git a/chrome/android/java/res/layout/autofill_general_layout.xml b/chrome/android/java/res/layout/autofill_general_layout.xml
index 075dcdc8b207fca3fbcf07ed390e7e782468ce6f..db78233587ab1632150baa15d79fd1f9b5a5dcdc 100644
--- a/chrome/android/java/res/layout/autofill_general_layout.xml
+++ b/chrome/android/java/res/layout/autofill_general_layout.xml
@@ -57,6 +57,7 @@
<CheckBox
android:id="@+id/check_box"
android:layout_margin="5dp"
+ android:visibility="gone"
android:textSize="12sp"
android:text="@string/autofill_use_wallet"
android:layout_columnSpan="4"/>
@@ -68,6 +69,7 @@
<Button
android:text="@string/autofill_terms_of_service"
android:padding="10dp"
+ android:visibility="gone"
android:id="@+id/terms_info"
android:textSize="11sp"
android:background="?android:attr/selectableItemBackground"

Powered by Google App Engine
This is Rietveld 408576698