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

Unified Diff: components/autofill/core/common/autofill_switches.cc

Issue 1761073005: Enable the save card bubble on Mac without a flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: components/autofill/core/common/autofill_switches.cc
diff --git a/components/autofill/core/common/autofill_switches.cc b/components/autofill/core/common/autofill_switches.cc
index b0078e6c117f36e20e38f3e2b6d994a2d10b7bd0..1fa15369cf374af150b565ce68bd079ca3d287a6 100644
--- a/components/autofill/core/common/autofill_switches.cc
+++ b/components/autofill/core/common/autofill_switches.cc
@@ -33,10 +33,6 @@ const char kDisableOfferUploadCreditCards[] =
// account creation.
const char kDisablePasswordGeneration[] = "disable-password-generation";
-// Disables showing bubble instead of infobar for save credit card prompt.
-const char kDisableSaveCardBubble[] =
- "disable-autofill-save-card-bubble";
-
// The "disable" flag for kEnableSingleClickAutofill.
const char kDisableSingleClickAutofill[] = "disable-single-click-autofill";
@@ -69,10 +65,6 @@ const char kEnableOfferUploadCreditCards[] = "enable-offer-upload-credit-cards";
// account creation.
const char kEnablePasswordGeneration[] = "enable-password-generation";
-// Enables showing bubble instead of infobar for save credit card prompt.
-const char kEnableSaveCardBubble[] =
- "enable-autofill-save-card-bubble";
-
// Enables/disables suggestions without typing anything (on first click).
const char kEnableSingleClickAutofill[] = "enable-single-click-autofill";

Powered by Google App Engine
This is Rietveld 408576698