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

Unified Diff: components/autofill_strings.grdp

Issue 2026353002: [Autofill] Credit Card Assist Infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed more comments Created 4 years, 5 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: components/autofill_strings.grdp
diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp
index 4b7b57e3a7a5d44a19afda455d3d8b8a7ffa194f..6b18f53221b89b88faf71314388dd2cd934ebcc8 100644
--- a/components/autofill_strings.grdp
+++ b/components/autofill_strings.grdp
@@ -174,6 +174,17 @@
Use password for:
</message>
+ <!-- Autofill Credit Card Assist Infobar -->
+ <message name="IDS_AUTOFILL_CREDIT_CARD_ASSIST_INFOBAR_TITLE" desc="Title text for the Autofill Credit Card Assist Infobar">
+ Do you want to fill in your card info?
+ </message>
+ <message name="IDS_AUTOFILL_CREDIT_CARD_ASSIST_INFOBAR_ACCEPT" desc="Text to show for the Autofill credit card assist infobar accept button.">
+ Fill in
+ </message>
+ <message name="IDS_AUTOFILL_CREDIT_CARD_ASSIST_INFOBAR_DENY" desc="Text to show for the Autofill credit card assist infobar deny button.">
gone 2016/08/01 20:35:54 Can you just reuse IDS_NO_THANKS from generated_re
Mathieu 2016/08/01 22:16:57 No because I need to access this from components a
Peter Kasting 2016/08/03 02:25:40 (If it makes sense you can always move strings fro
Mathieu 2016/08/03 18:34:44 Actually IDS_NO_THANKS was not used in chrome stri
+ No thanks
+ </message>
+
<!-- Autofill save credit card bubble or infobar prompt -->
<message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_ACCEPT" desc="Text to show for the Autofill save credit card prompt accept button. The prompt can be either a bubble or an infobar.">
Save

Powered by Google App Engine
This is Rietveld 408576698