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

Unified Diff: chrome/browser/about_flags.cc

Issue 773653002: [Views] Instrument unmasking prompt initial implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove android changes 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 c5b125eb85abcf7f756e699ce5bb945c1db4f150..e1c3317080af7cd852b9a879893548f1c3c9f751 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1682,7 +1682,7 @@ const Experiment kExperiments[] = {
"enable-wallet-card-import",
IDS_FLAGS_ENABLE_WALLET_CARD_IMPORT_NAME,
IDS_FLAGS_ENABLE_WALLET_CARD_IMPORT_DESCRIPTION,
- kOsAndroid,
+ kOsAndroid | kOsCrOS | kOsWin | kOsLinux,
SINGLE_VALUE_TYPE(autofill::switches::kEnableWalletCardImport)
},
{

Powered by Google App Engine
This is Rietveld 408576698