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

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

Issue 14129005: Remove "Use billing for shipping" checkbox in favor of item in suggestions menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dbeam review 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
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 cbc4080af4d0f2b142cd6c19a2a5da3aa66bb2fb..6e80dcda5e3d4027c81b34dbfd4c0e03374e19a5 100644
--- a/chrome/android/java/res/layout/autofill_general_layout.xml
+++ b/chrome/android/java/res/layout/autofill_general_layout.xml
@@ -90,12 +90,6 @@
<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"

Powered by Google App Engine
This is Rietveld 408576698