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

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

Issue 2789843004: [Payments] Upload card UI now has a CVC prompt (Closed)
Patch Set: Android should still not know about SaveCardBubbleController 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
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 2595 matching lines...) Expand 10 before | Expand all | Expand 10 after
2606 #endif // defined(OS_ANDROID) 2606 #endif // defined(OS_ANDROID)
2607 2607
2608 // Name for the flag to enable display the last used date of a credit card in 2608 // Name for the flag to enable display the last used date of a credit card in
2609 // autofill. 2609 // autofill.
2610 extern const char kEnableAutofillCreditCardLastUsedDateDisplay[]; 2610 extern const char kEnableAutofillCreditCardLastUsedDateDisplay[];
2611 2611
2612 // Description for the flag to enable display the last used date of a credit 2612 // Description for the flag to enable display the last used date of a credit
2613 // card in autofill. 2613 // card in autofill.
2614 extern const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[]; 2614 extern const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[];
2615 2615
2616 // Name for the flag to enable requesting CVC in the credit card upload "offer
2617 // to save" bubble if it was not already detected in the submitted form.
2618 extern const char kEnableAutofillCreditCardUploadCvcPrompt[];
2619
2620 // Description for the flag to enable requesting CVC in the credit card upload
2621 // offer to save bubble if it was not detected during the checkout flow.
2622 extern const char kEnableAutofillCreditCardUploadCvcPromptDescription[];
2623
2616 #if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD) 2624 #if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2617 2625
2618 // Name for the flag to enable Google branding in the context menu. 2626 // Name for the flag to enable Google branding in the context menu.
2619 extern const char kGoogleBrandedContextMenuName[]; 2627 extern const char kGoogleBrandedContextMenuName[];
2620 2628
2621 // Description for the flag to enable Google branding in the context menu. 2629 // Description for the flag to enable Google branding in the context menu.
2622 extern const char kGoogleBrandedContextMenuDescription[]; 2630 extern const char kGoogleBrandedContextMenuDescription[];
2623 2631
2624 #endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD) 2632 #endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2625 2633
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
3158 3166
3159 // Description of the about: flag enabling emoji, handwriting and voice input on 3167 // Description of the about: flag enabling emoji, handwriting and voice input on
3160 // opt-in IME menu. 3168 // opt-in IME menu.
3161 extern const char kEnableEhvInputDescription[]; 3169 extern const char kEnableEhvInputDescription[];
3162 3170
3163 #endif // #if defined(OS_CHROMEOS) 3171 #endif // #if defined(OS_CHROMEOS)
3164 3172
3165 } // namespace flag_descriptions 3173 } // namespace flag_descriptions
3166 3174
3167 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 3175 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698