Use specific icon and card identifier for Google issued cards
Introduced a new flag which controls whether the card is returned by
personal_data_manager and also used for determining the string and icon
shown in the autofill suggestion pop up. The string and icons are
placeholders for now and will be updated later when the UI is finalized.
Please refer to bug for design doc.
Bug: 1063426
Change-Id: I515c6c73e3d87c32f62485ee75dd67c2e2e62c17
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151831
Commit-Queue: Siddharth Shah <[email protected]>
Reviewed-by: Vasilii Sukhanov <[email protected]>
Reviewed-by: Evan Stade <[email protected]>
Reviewed-by: Dominic Battré <[email protected]>
Reviewed-by: Jared Saul <[email protected]>
Cr-Commit-Position: refs/heads/master@{#761788}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 4b021ec..dd2b90e2 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -174,6 +174,12 @@
const char kAutofillEnableCompanyNameDescription[] =
"When enabled, Company Name fields will be auto filled";
+const char kAutofillEnableGoogleIssuedCardName[] =
+ "Enable Autofill Google-issued card";
+const char kAutofillEnableGoogleIssuedCardDescription[] =
+ "When enabled, Google-issued cards will be available in the autofill "
+ "suggestions.";
+
const char kAutofillEnableLocalCardMigrationForNonSyncUserName[] =
"Enable local card migration flow for non-syncing users";
const char kAutofillEnableLocalCardMigrationForNonSyncUserDescription[] =