Commit 37e0a7ff authored by Christos Froussios's avatar Christos Froussios Committed by Commit Bot

[Password Manager] Enable the Password Export feature on Desktop

Bug: 790990,789561
Change-Id: I89dae77899c27ea166ed75c038a82fe0a1278b9a
Reviewed-on: https://chromium-review.googlesource.com/893378Reviewed-by: default avatarVaclav Brozek <vabr@chromium.org>
Commit-Queue: Christos Froussios <cfroussios@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533249}
parent 5cf85872
......@@ -66,8 +66,13 @@ const base::Feature kProtectSyncCredentialOnReauth = {
"ProtectSyncCredentialOnReauth", base::FEATURE_DISABLED_BY_DEFAULT};
// Controls the ability to export passwords from Chrome's settings page.
#if defined(OS_ANDROID) || defined(OS_IOS)
const base::Feature kPasswordExport = {"PasswordExport",
base::FEATURE_DISABLED_BY_DEFAULT};
#else
const base::Feature kPasswordExport = {"PasswordExport",
base::FEATURE_ENABLED_BY_DEFAULT};
#endif
// Controls the ability to import passwords from Chrome's settings page.
const base::Feature kPasswordImport = {"PasswordImport",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment