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

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

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 #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 2386 matching lines...) Expand 10 before | Expand all | Expand 10 after
2397 "layout."; 2397 "layout.";
2398 2398
2399 #endif // defined(OS_ANDROID) 2399 #endif // defined(OS_ANDROID)
2400 2400
2401 const char kEnableAutofillCreditCardLastUsedDateDisplay[] = 2401 const char kEnableAutofillCreditCardLastUsedDateDisplay[] =
2402 "Display the last used date of a credit card in autofill."; 2402 "Display the last used date of a credit card in autofill.";
2403 2403
2404 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] = 2404 const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
2405 "If enabled, display the last used date of a credit card in autofill."; 2405 "If enabled, display the last used date of a credit card in autofill.";
2406 2406
2407 const char kEnableAutofillCreditCardUploadCvcPrompt[] =
2408 "Enable requesting missing CVC during Autofill credit card upload";
2409
2410 const char kEnableAutofillCreditCardUploadCvcPromptDescription[] =
2411 "If enabled, requests missing CVC when offering to upload credit cards to "
2412 "Google Payments.";
2413
2407 #if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD) 2414 #if !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
2408 2415
2409 const char kGoogleBrandedContextMenuName[] = 2416 const char kGoogleBrandedContextMenuName[] =
2410 "Google branding in the context menu"; 2417 "Google branding in the context menu";
2411 2418
2412 const char kGoogleBrandedContextMenuDescription[] = 2419 const char kGoogleBrandedContextMenuDescription[] =
2413 "Shows a Google icon next to context menu items powered by Google " 2420 "Shows a Google icon next to context menu items powered by Google "
2414 "services."; 2421 "services.";
2415 2422
2416 #endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD) 2423 #endif // !defined(OS_ANDROID) && defined(GOOGLE_CHROME_BUILD)
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
2909 const char kEnableEhvInputName[] = 2916 const char kEnableEhvInputName[] =
2910 "Emoji, handwriting and voice input on opt-in IME menu"; 2917 "Emoji, handwriting and voice input on opt-in IME menu";
2911 2918
2912 const char kEnableEhvInputDescription[] = 2919 const char kEnableEhvInputDescription[] =
2913 "Enable access to emoji, handwriting and voice input form opt-in IME " 2920 "Enable access to emoji, handwriting and voice input form opt-in IME "
2914 "menu."; 2921 "menu.";
2915 2922
2916 #endif // #if defined(OS_CHROMEOS) 2923 #endif // #if defined(OS_CHROMEOS)
2917 2924
2918 } // namespace flag_descriptions 2925 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698