| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 01081dfa3c51b068687e20163c994d3edb4367d1..316ad0400c06f97978492b35892f25005e4b7ace 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2404,6 +2404,13 @@ const char kEnableAutofillCreditCardLastUsedDateDisplay[] =
|
| const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
|
| "If enabled, display the last used date of a credit card in autofill.";
|
|
|
| +const char kEnableAutofillCreditCardUploadCvcPrompt[] =
|
| + "Enable requesting missing CVC during Autofill credit card upload";
|
| +
|
| +const char kEnableAutofillCreditCardUploadCvcPromptDescription[] =
|
| + "If enabled, requests missing CVC when offering to upload credit cards to "
|
| + "Google Payments.";
|
| +
|
| #if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
|
|
|
| const char kGoogleBrandedContextMenuName[] =
|
|
|