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

Unified Diff: chrome/browser/about_flags.cc

Issue 2026353002: [Autofill] Credit Card Assist Infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bool fix Created 4 years, 5 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 80be2c4dda58cea8542419471b2074a4c6bc0425..3d66a3ab213400d6a4984cb2e15c40d5e45f2690 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -33,6 +33,7 @@
#include "chrome/grit/chromium_strings.h"
#include "chrome/grit/generated_resources.h"
#include "chrome/grit/google_chrome_strings.h"
+#include "components/autofill/core/browser/autofill_experiments.h"
#include "components/autofill/core/common/autofill_switches.h"
#include "components/browser_sync/common/browser_sync_switches.h"
#include "components/cloud_devices/common/cloud_devices_switches.h"
@@ -1479,6 +1480,9 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_NEW_ZIP_UNPACKER_DESCRIPTION, kOsCrOS,
SINGLE_DISABLE_VALUE_TYPE(chromeos::switches::kDisableNewZIPUnpacker)},
#endif // defined(OS_CHROMEOS)
+ {"enable-credit-card-assist", IDS_FLAGS_CREDIT_CARD_ASSIST_NAME,
+ IDS_FLAGS_CREDIT_CARD_ASSIST_DESCRIPTION, kOsAndroid,
+ FEATURE_VALUE_TYPE(autofill::kAutofillCreditCardAssist)},
please use gerrit instead 2016/07/29 16:33:20 I think recently the common practise has been to p
Mathieu 2016/07/29 20:19:17 OK, also lumped Save Card in there.
{"enable-credit-card-scan", IDS_FLAGS_CREDIT_CARD_SCAN_NAME,
IDS_FLAGS_CREDIT_CARD_SCAN_DESCRIPTION, kOsAndroid,
ENABLE_DISABLE_VALUE_TYPE(autofill::switches::kEnableCreditCardScan,

Powered by Google App Engine
This is Rietveld 408576698