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

Unified Diff: chrome/app/generated_resources.grd

Issue 2542493004: Show modified total price for payment instruments. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d28afddf2bb860ffbadc0c1359126a45bbe90358..45c855f786373d0b700d24db7a7d628a250d8053 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15023,6 +15023,12 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
<message name="IDS_FLAGS_USE_ANDROID_MIDI_API_DESCRIPTION" desc="Description for the flag to use android midi api.">
Use Android Midi API for WebMIDI (effective only with Android M+ devices).
</message>
+ <message name="IDS_FLAGS_WEB_PAYMENTS_MODIFIERS_NAME" desc="Name for the flag to enable web payments modifiers." translateable="false">
+ Enable web payment modifiers
+ </message>
+ <message name="IDS_FLAGS_WEB_PAYMENTS_MODIFIERS_DESCRIPTION" desc="Description for the flag to use android midi api." translateable="false">
+ If the website provides modifiers in the payment request, show the custom total for each payment instrument, update the shopping cart when instruments are switched, and send modified payment method specific data to the payment app.
+ </message>
</if>
<if expr="is_win">

Powered by Google App Engine
This is Rietveld 408576698