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

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: Changes to fieldtrial_testing_config_*.json 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 32cfcb82683aad4a4c5edc8750a097ae8c1805ff..a7d87022dfd0b3ca6710873c46d74bfa18318260 100644
--- a/components/password_manager/core/common/password_manager_features.h
+++ b/components/password_manager/core/common/password_manager_features.h
@@ -17,10 +17,15 @@ 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 kManagerForSyncSignin;
vabr (Chromium) 2016/02/26 09:43:41 We should not need this, could we just drop it?
Pritam Nikam 2016/02/26 12:42:23 Acknowledged. This will be resolved in separate C
vabr (Chromium) 2016/02/26 12:54:41 Thanks, that's great. Still, I would not even intr
Pritam Nikam 2016/02/26 14:10:29 Done. Submitted a CL to remove the feature flag.
+extern const base::Feature kProtectSyncCredential;
+extern const base::Feature kProtectSyncCredentialOnReauth;
} // namespace features

Powered by Google App Engine
This is Rietveld 408576698