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

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

Issue 2711543002: Experiment to add bank name in autofill ui. (Closed)
Patch Set: Fix and add more metrics unit tests 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 2485 matching lines...) Expand 10 before | Expand all | Expand 10 after
2496 2496
2497 const char kEnableExpandedAutofillCreditCardPopupLayoutName[] = 2497 const char kEnableExpandedAutofillCreditCardPopupLayoutName[] =
2498 "Use expanded autofill credit card popup layout."; 2498 "Use expanded autofill credit card popup layout.";
2499 2499
2500 const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] = 2500 const char kEnableExpandedAutofillCreditCardPopupLayoutDescription[] =
2501 "If enabled, displays autofill credit card popup using expanded " 2501 "If enabled, displays autofill credit card popup using expanded "
2502 "layout."; 2502 "layout.";
2503 2503
2504 #endif // defined(OS_ANDROID) 2504 #endif // defined(OS_ANDROID)
2505 2505
2506 const char kEnableAutofillCreditCardBankNameDisplayName[] =
2507 "Display the issuer bank name of a credit card in autofill.";
2508
2509 const char kEnableAutofillCreditCardBankNameDisplayDescription[] =
2510 "If enabled, display the issuer bank name of a credit card in autofill.";
sebsg 2017/06/12 21:17:00 nit: displays
Shanfeng 2017/06/12 23:34:58 Done.
2511
2506 const char kEnableAutofillCreditCardLastUsedDateDisplayName[] = 2512 const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
2507 "Display the last used date of a credit card in autofill."; 2513 "Display the last used date of a credit card in autofill.";
2508 2514
2509 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] = 2515 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
2510 "If enabled, display the last used date of a credit card in autofill."; 2516 "If enabled, display the last used date of a credit card in autofill.";
2511 2517
2512 const char kEnableAutofillCreditCardUploadCvcPromptName[] = 2518 const char kEnableAutofillCreditCardUploadCvcPromptName[] =
2513 "Enable requesting missing CVC during Autofill credit card upload"; 2519 "Enable requesting missing CVC during Autofill credit card upload";
2514 2520
2515 const char kEnableAutofillCreditCardUploadCvcPromptDescription[] = 2521 const char kEnableAutofillCreditCardUploadCvcPromptDescription[] =
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
3218 3224
3219 const char kDisableNewVirtualKeyboardBehaviorName[] = 3225 const char kDisableNewVirtualKeyboardBehaviorName[] =
3220 "New window behavior for the accessibility keyboard"; 3226 "New window behavior for the accessibility keyboard";
3221 const char kDisableNewVirtualKeyboardBehaviorDescription[] = 3227 const char kDisableNewVirtualKeyboardBehaviorDescription[] =
3222 "Disable new window behavior for the accessibility keyboard " 3228 "Disable new window behavior for the accessibility keyboard "
3223 "in non-sticky mode (do not change work area in non-sticky mode)."; 3229 "in non-sticky mode (do not change work area in non-sticky mode).";
3224 3230
3225 #endif // defined(OS_CHROMEOS) 3231 #endif // defined(OS_CHROMEOS)
3226 3232
3227 } // namespace flag_descriptions 3233 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698