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

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

Issue 13877016: Revert 195316 "Remove "Use billing for shipping" checkbox in fav..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | trunk/src/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialog.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/android/java/res/layout/autofill_general_layout.xml
===================================================================
--- trunk/src/chrome/android/java/res/layout/autofill_general_layout.xml (revision 195318)
+++ trunk/src/chrome/android/java/res/layout/autofill_general_layout.xml (working copy)
@@ -90,6 +90,12 @@
<Space
android:layout_gravity="fill"
android:layout_columnSpan="2"/>
+ <CheckBox
+ android:id="@+id/use_billing_checkbox"
+ android:padding="@dimen/autofill_steady_margin"
+ android:textSize="@dimen/autofill_notification_text_size"
+ android:layout_gravity="fill_horizontal"
+ android:layout_columnSpan="4"/>
<Spinner
android:layout_margin="@dimen/autofill_steady_margin"
android:id="@+id/address_spinner"
« no previous file with comments | « no previous file | trunk/src/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialog.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698