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

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

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/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('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 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
7 7
8 // Includes needed for macros allowing conditional compilation of some strings. 8 // Includes needed for macros allowing conditional compilation of some strings.
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "build/buildflag.h" 10 #include "build/buildflag.h"
(...skipping 2626 matching lines...) Expand 10 before | Expand all | Expand 10 after
2637 #endif // defined(OS_ANDROID) 2637 #endif // defined(OS_ANDROID)
2638 2638
2639 // Name for the flag to enable display the last used date of a credit card in 2639 // Name for the flag to enable display the last used date of a credit card in
2640 // autofill. 2640 // autofill.
2641 extern const char kEnableAutofillCreditCardLastUsedDateDisplay[]; 2641 extern const char kEnableAutofillCreditCardLastUsedDateDisplay[];
2642 2642
2643 // Description for the flag to enable display the last used date of a credit 2643 // Description for the flag to enable display the last used date of a credit
2644 // card in autofill. 2644 // card in autofill.
2645 extern const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[]; 2645 extern const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[];
2646 2646
2647 // Name for the flag to enable requesting CVC in the credit card upload "offer
2648 // to save" bubble if it was not already detected in the submitted form.
2649 extern const char kEnableAutofillCreditCardUploadCvcPrompt[];
2650
2651 // Description for the flag to enable requesting CVC in the credit card upload
2652 // offer to save bubble if it was not detected during the checkout flow.
2653 extern const char kEnableAutofillCreditCardUploadCvcPromptDescription[];
2654
2647 #if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD) 2655 #if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2648 2656
2649 // Name for the flag to enable Google branding in the context menu. 2657 // Name for the flag to enable Google branding in the context menu.
2650 extern const char kGoogleBrandedContextMenuName[]; 2658 extern const char kGoogleBrandedContextMenuName[];
2651 2659
2652 // Description for the flag to enable Google branding in the context menu. 2660 // Description for the flag to enable Google branding in the context menu.
2653 extern const char kGoogleBrandedContextMenuDescription[]; 2661 extern const char kGoogleBrandedContextMenuDescription[];
2654 2662
2655 #endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD) 2663 #endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2656 2664
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
3206 extern const char kEnableCopylessPasteName[]; 3214 extern const char kEnableCopylessPasteName[];
3207 3215
3208 // Description of the flag that enables Copyless Paste. 3216 // Description of the flag that enables Copyless Paste.
3209 extern const char kEnableCopylessPasteDescription[]; 3217 extern const char kEnableCopylessPasteDescription[];
3210 3218
3211 #endif // defined(OS_ANDROID) 3219 #endif // defined(OS_ANDROID)
3212 3220
3213 } // namespace flag_descriptions 3221 } // namespace flag_descriptions
3214 3222
3215 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 3223 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698