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

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: merge conflicts Created 6 years, 1 month 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 f866bd9b2766e0ba2a13cfc6f036d9f8e1995407..91969ff01705cc39cec1f8b56cfd120ccc5c7a2d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1679,6 +1679,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