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

Unified Diff: components/autofill_strings.grdp

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modified AutofillCCInfoBarDelegate unit-tests. Created 6 years, 1 month 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 5a3fd5ed13d91e05a1fbc4399763b8f7542f1457..e03bc84938c3863e0cf23220d78b328940dad386 100644
--- a/components/autofill_strings.grdp
+++ b/components/autofill_strings.grdp
@@ -124,4 +124,15 @@
</message>
</if>
+ <!-- Autofill infobar -->
+ <message name="IDS_AUTOFILL_CC_INFOBAR_ACCEPT" desc="Text to show for the Autofill credit card request infobar accept button.">
+ Save info
+ </message>
+ <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofill credit card request infobar deny button.">
+ Don't save
+ </message>
+ <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofill credit card request infobar.">
+ Do you want Chrome to save this credit card information for completing web forms?
+ </message>
+
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698