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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2955963002: Update Chrome Upstream flow to reflect new UI mocks (Closed)
Patch Set: Prevent AddNewUiFlagStateToRequestIfExperimentOn test from running on Android Created 3 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/ui/autofill/save_card_bubble_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 8588062dbff2c845f6594cc4ec8abe995162e401..8a91c48ddcd3251f729e6a29a833e6627ea5f0e6 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -255,6 +255,12 @@ const char kEnableAutofillCreditCardUploadCvcPromptDescription[] =
"If enabled, requests missing CVC when offering to upload credit cards to "
"Google Payments.";
+const char kEnableAutofillCreditCardUploadNewUiName[] =
+ "Enable updated UI for Autofill credit card upload";
+const char kEnableAutofillCreditCardUploadNewUiDescription[] =
+ "If enabled, displays a new save card bubble/infobar design when offering "
+ "to upload credit cards to Google Payments.";
+
const char kEnableBreakingNewsPushName[] = "Breaking News Push";
const char kEnableBreakingNewsPushDescription[] =
"Listen for breaking news content suggestions (e.g. for New Tab Page) "
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/ui/autofill/save_card_bubble_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698