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

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: 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 361a3ca86afe67c0fd8f265ac6a0b47475657829..089cb9d13999cf42970c8181139ae6ae16f1294f 100644
--- a/chrome/android/java/res/layout/autofill_general_layout.xml
+++ b/chrome/android/java/res/layout/autofill_general_layout.xml
@@ -83,12 +83,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