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

Side by Side Diff: chrome/browser/flag_descriptions.cc

Issue 2789843004: [Payments] Upload card UI now has a CVC prompt (Closed)
Patch Set: Address code review comment Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 2416 matching lines...) Expand 10 before | Expand all | Expand 10 after
2427 "layout."; 2427 "layout.";
2428 2428
2429 #endif // defined(OS_ANDROID) 2429 #endif // defined(OS_ANDROID)
2430 2430
2431 const char kEnableAutofillCreditCardLastUsedDateDisplay[] = 2431 const char kEnableAutofillCreditCardLastUsedDateDisplay[] =
2432 "Display the last used date of a credit card in autofill."; 2432 "Display the last used date of a credit card in autofill.";
2433 2433
2434 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] = 2434 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
2435 "If enabled, display the last used date of a credit card in autofill."; 2435 "If enabled, display the last used date of a credit card in autofill.";
2436 2436
2437 const char kEnableAutofillCreditCardUploadCvcPrompt[] =
2438 "Enable requesting missing CVC during Autofill credit card upload";
2439
2440 const char kEnableAutofillCreditCardUploadCvcPromptDescription[] =
2441 "If enabled, requests missing CVC when offering to upload credit cards to "
2442 "Google Payments.";
2443
2437 #if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD) 2444 #if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2438 2445
2439 const char kGoogleBrandedContextMenuName[] = 2446 const char kGoogleBrandedContextMenuName[] =
2440 "Google branding in the context menu"; 2447 "Google branding in the context menu";
2441 2448
2442 const char kGoogleBrandedContextMenuDescription[] = 2449 const char kGoogleBrandedContextMenuDescription[] =
2443 "Shows a Google icon next to context menu items powered by Google " 2450 "Shows a Google icon next to context menu items powered by Google "
2444 "services."; 2451 "services.";
2445 2452
2446 #endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD) 2453 #endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
2959 const char kEnableCopylessPasteDescription[] = 2966 const char kEnableCopylessPasteDescription[] =
2960 "Provide suggestions for text input, based on your recent context. For " 2967 "Provide suggestions for text input, based on your recent context. For "
2961 "example, if you looked at a restaurant website and switched to the Maps " 2968 "example, if you looked at a restaurant website and switched to the Maps "
2962 "app, the keyboard would offer the name of that restaurant as a suggestion " 2969 "app, the keyboard would offer the name of that restaurant as a suggestion "
2963 "to enter into the search bar. The data is indexed locally, and never sent " 2970 "to enter into the search bar. The data is indexed locally, and never sent "
2964 "to the server. It's disabled in incognito mode."; 2971 "to the server. It's disabled in incognito mode.";
2965 2972
2966 #endif // defined(OS_ANDROID) 2973 #endif // defined(OS_ANDROID)
2967 2974
2968 } // namespace flag_descriptions 2975 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698