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

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

Issue 1193143003: Enable import/export of passwords into/from Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 8 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 ca9f6584344731d344b38e9659a87b3fb270b244..b0a58b28fdb50c03cf21ecd2970c3a9b5e0f98f4 100644
--- a/components/password_manager/core/common/password_manager_features.cc
+++ b/components/password_manager/core/common/password_manager_features.cc
@@ -46,6 +46,9 @@ const base::Feature kProtectSyncCredential = {
const base::Feature kProtectSyncCredentialOnReauth = {
"protect-sync-credential-on-reauth", base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kPasswordImportExport = {"password-import-export",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
} // namespace features
} // namespace password_manager

Powered by Google App Engine
This is Rietveld 408576698