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

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

Issue 2711543002: Experiment to add bank name in autofill ui. (Closed)
Patch Set: Fix sync issues Created 3 years, 6 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 #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 2495 matching lines...) Expand 10 before | Expand all | Expand 10 after
2506 2506
2507 const char kEnableExpandedAutofillCreditCardPopupLayoutName[] = 2507 const char kEnableExpandedAutofillCreditCardPopupLayoutName[] =
2508 "Use expanded autofill credit card popup layout."; 2508 "Use expanded autofill credit card popup layout.";
2509 2509
2510 const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] = 2510 const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] =
2511 "If enabled, displays autofill credit card popup using expanded " 2511 "If enabled, displays autofill credit card popup using expanded "
2512 "layout."; 2512 "layout.";
2513 2513
2514 #endif // defined(OS_ANDROID) 2514 #endif // defined(OS_ANDROID)
2515 2515
2516 const char kEnableAutofillCreditCardBankNameDisplayName[] =
2517 "Display the issuer bank name of a credit card in autofill.";
2518
2519 const char kEnableAutofillCreditCardBankNameDisplayDescription[] =
2520 "If enabled, display the issuer bank name of a credit card in autofill.";
2521
2516 const char kEnableAutofillCreditCardLastUsedDateDisplayName[] = 2522 const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
2517 "Display the last used date of a credit card in autofill."; 2523 "Display the last used date of a credit card in autofill.";
2518 2524
2519 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] = 2525 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
2520 "If enabled, display the last used date of a credit card in autofill."; 2526 "If enabled, display the last used date of a credit card in autofill.";
2521 2527
2522 const char kEnableAutofillCreditCardUploadCvcPromptName[] = 2528 const char kEnableAutofillCreditCardUploadCvcPromptName[] =
2523 "Enable requesting missing CVC during Autofill credit card upload"; 2529 "Enable requesting missing CVC during Autofill credit card upload";
2524 2530
2525 const char kEnableAutofillCreditCardUploadCvcPromptDescription[] = 2531 const char kEnableAutofillCreditCardUploadCvcPromptDescription[] =
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
3228 3234
3229 const char kDisableNewVirtualKeyboardBehaviorName[] = 3235 const char kDisableNewVirtualKeyboardBehaviorName[] =
3230 "New window behavior for the accessibility keyboard"; 3236 "New window behavior for the accessibility keyboard";
3231 const char kDisableNewVirtualKeyboardBehaviorDescription[] = 3237 const char kDisableNewVirtualKeyboardBehaviorDescription[] =
3232 "Disable new window behavior for the accessibility keyboard " 3238 "Disable new window behavior for the accessibility keyboard "
3233 "in non-sticky mode (do not change work area in non-sticky mode)."; 3239 "in non-sticky mode (do not change work area in non-sticky mode).";
3234 3240
3235 #endif // defined(OS_CHROMEOS) 3241 #endif // defined(OS_CHROMEOS)
3236 3242
3237 } // namespace flag_descriptions 3243 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698