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

Unified Diff: chrome/browser/about_flags.cc

Issue 756333003: Prompt for unmasking Wallet credit card on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile and docs Created 6 years 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 acc268db0ce6c60adac1faf36cb8c6784b0413e2..4a416d1eb5ed295e3c4a72f3bbdbeef5a9f30212 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1686,6 +1686,13 @@ const Experiment kExperiments[] = {
autofill::switches::kDisableSingleClickAutofill)
},
{
+ "enable-wallet-card-import",
+ IDS_FLAGS_ENABLE_WALLET_CARD_IMPORT_NAME,
+ IDS_FLAGS_ENABLE_WALLET_CARD_IMPORT_DESCRIPTION,
+ kOsAndroid,
+ SINGLE_VALUE_TYPE(autofill::switches::kEnableWalletCardImport)
+ },
+ {
"enable-permissions-bubbles",
IDS_FLAGS_ENABLE_PERMISSIONS_BUBBLES_NAME,
IDS_FLAGS_ENABLE_PERMISSIONS_BUBBLES_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698