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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2955963002: Update Chrome Upstream flow to reflect new UI mocks (Closed)
Patch Set: Put changes behind AutofillUpstreamShowNewUi flag 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
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";
jiahuiguo 2017/08/09 00:33:37 Add desktop macro?
Jared Saul 2017/08/09 00:45:24 Discussed offline; going to keep this here for now
+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) "

Powered by Google App Engine
This is Rietveld 408576698