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

Unified Diff: chrome/app/generated_resources.grd

Issue 2437593007: [Payments] Field trial and flag to abort payment request if no card. (Closed)
Patch Set: Added histogram Created 4 years, 2 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 0c9203ce220c5efdb06ec04474b4fb87c8f1c806..1bc6b74f760e46b09a83891a6b63cfd285187b1c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15566,6 +15566,15 @@ read aloud to screenreader users to announce that a completion is available.">
Enabled (with Flash)
</message>
</if>
+
+ <if expr="is_android">
+ <message name="IDS_FLAGS_NO_CARD_ABORT" desc="Title for the flag to enable the No Card Abort in Payment Request." translateable="false">
+ No Card Abort
+ </message>
+ <message name="IDS_FLAGS_NO_CARD_ABORT_DESCRIPTION" desc="Description for the flag to enable the No Card Abort in Payment Request." translateable="false">
+ Whether or not the No Card Abort is enabled.
+ </message>
+ </if>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698