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

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

Issue 1927143003: Require explicit user action for shipping address. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/payment_request.xml
diff --git a/chrome/android/java/res/layout/payment_request.xml b/chrome/android/java/res/layout/payment_request.xml
index 973fe5bd046df02313170708ff92774022d3a33e..90d081a28e5f54478dae4f55194b473d04542799 100644
--- a/chrome/android/java/res/layout/payment_request.xml
+++ b/chrome/android/java/res/layout/payment_request.xml
@@ -151,6 +151,14 @@
android:padding="16dp"
android:visibility="gone" />
+ <TextView
+ android:id="@+id/selectShippingAddressPrompt"
+ android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:text="@string/payments_select_shipping_address_prompt"
+ android:padding="16dp"
+ android:visibility="gone" />
+
<RadioGroup
android:id="@+id/shippingAddresses"
android:layout_height="wrap_content"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698