| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 26708054ff4f71c3aeab32d03aa312b39294a535..ed1102eb1a899706b71fc639cff77ecc8686454a 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2399,6 +2399,19 @@ const char kEnableAutofillCreditCardLastUsedDateDisplay[] =
|
| const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
|
| "If enabled, display the last used date of a credit card in autofill.";
|
|
|
| +#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || \
|
| + defined(OS_WIN)
|
| +
|
| +const char kAutofillUpstreamRequestCvcIfMissing[] =
|
| + "Enable requesting missing CVC during Autofill credit card upload";
|
| +
|
| +const char kAutofillUpstreamRequestCvcIfMissingDescription[] =
|
| + "If enabled, requests missing CVC when offering to upload credit cards to "
|
| + "Google Payments.";
|
| +
|
| +#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
|
| + // defined(OS_WIN)
|
| +
|
| #if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
|
|
|
| const char kGoogleBrandedContextMenuName[] =
|
|
|