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

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: Created 4 years, 9 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 32cfcb82683aad4a4c5edc8750a097ae8c1805ff..2e422814647fbd996e8e2dafbb18baadc1b15d65 100644
--- a/components/password_manager/core/common/password_manager_features.h
+++ b/components/password_manager/core/common/password_manager_features.h
@@ -17,10 +17,14 @@ 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 kAffiliationBasedMatching;
+extern const base::Feature kDropSyncCredential;
extern const base::Feature kEnableAutomaticPasswordSaving;
extern const base::Feature kEnableManualPasswordGeneration;
extern const base::Feature kEnablePasswordChangeSupport;
extern const base::Feature kEnablePasswordForceSaving;
+extern const base::Feature kProtectSyncCredential;
+extern const base::Feature kProtectSyncCredentialOnReauth;
} // namespace features
« no previous file with comments | « components/password_manager/core/common/BUILD.gn ('k') | components/password_manager/core/common/password_manager_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698