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

Unified Diff: chrome/browser/about_flags.cc

Issue 898553002: Add flag to enable/disable affiliaton based matching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 fe9a62323e0c3d1a085a53c33b935d7a0561ed04..9b18e93d57a427569c2f809aaeb77fef1f0e5b31 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1051,6 +1051,15 @@ const Experiment kExperiments[] = {
autofill::switches::kEnablePasswordSaveOnInPageNavigation)
},
{
+ "enable-affiliation-based-matching",
Alexei Svitkine (slow) 2015/02/03 17:27:41 I think you may need to add an entry to histograms
engedy 2015/02/03 18:24:27 Ah, thanks, done.
+ IDS_FLAGS_ENABLE_AFFILIATION_BASED_MATCHING_NAME,
+ IDS_FLAGS_ENABLE_AFFILIATION_BASED_MATCHING_DESCRIPTION,
+ kOsWin | kOsLinux | kOsCrOS | kOsMac,
+ ENABLE_DISABLE_VALUE_TYPE(
+ password_manager::switches::kEnableAffiliationBasedMatching,
+ password_manager::switches::kDisableAffiliationBasedMatching)
+ },
+ {
"enable-deferred-image-decoding",
IDS_FLAGS_ENABLE_DEFERRED_IMAGE_DECODING_NAME,
IDS_FLAGS_ENABLE_DEFERRED_IMAGE_DECODING_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698