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

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

Issue 2971783002: Skeleton for showing "Show all saved passwords row" for Linux/CrOs/Windows platforms (Closed)
Patch Set: more comments adaressed Created 3 years, 5 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.cc
diff --git a/components/password_manager/core/common/password_manager_features.cc b/components/password_manager/core/common/password_manager_features.cc
index eb0e30f0ffe023b7f738b16d90dfb49b0819ae8c..3d60f4b12a55c8d4636b7496607b74cc30b75d2c 100644
--- a/components/password_manager/core/common/password_manager_features.cc
+++ b/components/password_manager/core/common/password_manager_features.cc
@@ -18,6 +18,11 @@ const base::Feature kAffiliationBasedMatching = {
const base::Feature kDropSyncCredential = {"drop-sync-credential",
base::FEATURE_ENABLED_BY_DEFAULT};
+// Enable additional elements in the form popup UI, which will allow the user to
+// trigger generation or view all saved passwords.
+const base::Feature kEnableManualFallbacksFilling = {
+ "enableManualFallbacksFilling", base::FEATURE_DISABLED_BY_DEFAULT};
vasilii 2017/07/06 15:15:21 EnableManualFallbacksFilling
melandory 2017/07/07 12:26:31 Done.
+
// Enable a context menu item in the password field that allows the user
// to manually enforce saving of their password.
const base::Feature kEnablePasswordForceSaving = {

Powered by Google App Engine
This is Rietveld 408576698