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

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

Issue 2789843004: [Payments] Upload card UI now has a CVC prompt (Closed)
Patch Set: 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 #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 2377 matching lines...) Expand 10 before | Expand all | Expand 10 after
2388 "layout."; 2388 "layout.";
2389 2389
2390 #endif // defined(OS_ANDROID) 2390 #endif // defined(OS_ANDROID)
2391 2391
2392 const char kEnableAutofillCreditCardLastUsedDateDisplay[] = 2392 const char kEnableAutofillCreditCardLastUsedDateDisplay[] =
2393 "Display the last used date of a credit card in autofill."; 2393 "Display the last used date of a credit card in autofill.";
2394 2394
2395 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] = 2395 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
2396 "If enabled, display the last used date of a credit card in autofill."; 2396 "If enabled, display the last used date of a credit card in autofill.";
2397 2397
2398 #if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || \
2399 defined(OS_WIN)
2400
2401 const char kAutofillUpstreamRequestCvcIfMissing[] =
2402 "Enable requesting missing data during Autofill credit card upload";
csashi 2017/03/31 21:48:14 s/data/CVC
Jared Saul 2017/04/01 04:18:01 Done.
2403
2404 const char kAutofillUpstreamRequestCvcIfMissingDescription[] =
2405 "If enabled, requests missing data when offering to upload credit cards "
2406 "to Google Payments.";
2407
2408 #endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
2409 // defined(OS_WIN)
2410
2398 #if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD) 2411 #if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2399 2412
2400 const char kGoogleBrandedContextMenuName[] = 2413 const char kGoogleBrandedContextMenuName[] =
2401 "Google branding in the context menu"; 2414 "Google branding in the context menu";
2402 2415
2403 const char kGoogleBrandedContextMenuDescription[] = 2416 const char kGoogleBrandedContextMenuDescription[] =
2404 "Shows a Google icon next to context menu items powered by Google " 2417 "Shows a Google icon next to context menu items powered by Google "
2405 "services."; 2418 "services.";
2406 2419
2407 #endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD) 2420 #endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
2900 const char kEnableEhvInputName[] = 2913 const char kEnableEhvInputName[] =
2901 "Emoji, handwriting and voice input on opt-in IME menu"; 2914 "Emoji, handwriting and voice input on opt-in IME menu";
2902 2915
2903 const char kEnableEhvInputDescription[] = 2916 const char kEnableEhvInputDescription[] =
2904 "Enable access to emoji, handwriting and voice input form opt-in IME " 2917 "Enable access to emoji, handwriting and voice input form opt-in IME "
2905 "menu."; 2918 "menu.";
2906 2919
2907 #endif // #if defined(OS_CHROMEOS) 2920 #endif // #if defined(OS_CHROMEOS)
2908 2921
2909 } // namespace flag_descriptions 2922 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698