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

Unified Diff: components/password_manager/core/common/password_manager_features.h

Issue 1668523002: [Password Manager] Switch password manager code to use the Feature framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes mac bot breakages. Created 4 years, 10 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: components/password_manager/core/common/password_manager_features.h
diff --git a/components/password_manager/core/common/password_manager_features.h b/components/password_manager/core/common/password_manager_features.h
index 68390eb257dff5ff96052df30b8e8d0473f83a82..bbb7dad83ff54e4895d6dfbe76181f470f3f68a0 100644
--- a/components/password_manager/core/common/password_manager_features.h
+++ b/components/password_manager/core/common/password_manager_features.h
@@ -17,7 +17,16 @@ namespace features {
// All features in alphabetical order. The features should be documented
// alongside the definition of their values in the .cc file.
+extern const base::Feature kAllowAutofillSyncCredential;
+extern const base::Feature kDisableAffiliationBasedMatching;
+extern const base::Feature kDisableDropSyncCredential;
+extern const base::Feature kDisableManagerForSyncSignin;
+extern const base::Feature kDisallowAutofillSyncCredential;
+extern const base::Feature kDisallowAutofillSyncCredentialForReauth;
+extern const base::Feature kEnableAffiliationBasedMatching;
extern const base::Feature kEnableAutomaticPasswordSaving;
+extern const base::Feature kEnableDropSyncCredential;
+extern const base::Feature kEnableManagerForSyncSignin;
extern const base::Feature kEnablePasswordChangeSupport;
extern const base::Feature kEnablePasswordForceSaving;

Powered by Google App Engine
This is Rietveld 408576698