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

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

Issue 2200333002: Remove flags for controlling credit card scanner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove autofill_switches.h include Created 4 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: 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 cf1b859f00d7cd70c1a3625015f9e0aeaf78ce8f..8aadec54c6211bd48e9461abfd15e4fd58050ead 100644
--- a/components/autofill/core/common/autofill_switches.cc
+++ b/components/autofill/core/common/autofill_switches.cc
@@ -8,10 +8,6 @@
namespace autofill {
namespace switches {
-// Disables using device's camera to scan a new credit card when filling out a
-// credit card form.
-const char kDisableCreditCardScan[] = "disable-credit-card-scan";
-
// Force hiding the local save checkbox in the autofill dialog box for getting
// the full credit card number for a wallet card. The card will never be stored
// locally.
@@ -29,10 +25,6 @@ const char kDisablePasswordGeneration[] = "disable-password-generation";
// The "disable" flag for kEnableSingleClickAutofill.
const char kDisableSingleClickAutofill[] = "disable-single-click-autofill";
-// Enables using device's camera to scan a new credit card when filling out a
-// credit card form.
-const char kEnableCreditCardScan[] = "enable-credit-card-scan";
-
// Force showing the local save checkbox in the autofill dialog box for getting
// the full credit card number for a wallet card.
const char kEnableOfferStoreUnmaskedWalletCards[] =

Powered by Google App Engine
This is Rietveld 408576698