Commit 783e6c52 authored by Viktor Semeniuk's avatar Viktor Semeniuk Committed by Chromium LUCI CQ

Enable Password Editing in Settings by default for desktop

Bug: 1110293
Change-Id: If9e2de7acc4e788136af52f46880151988c2e0c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642149Reviewed-by: default avatarJan Wilken Dörrie <jdoerrie@chromium.org>
Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com>
Cr-Commit-Position: refs/heads/master@{#846054}
parent b63d156f
......@@ -28,7 +28,11 @@ const base::Feature kDetectFormSubmissionOnFormClear = {
// Enables the editing of passwords in Chrome settings.
const base::Feature kEditPasswordsInSettings = {
#if defined(OS_ANDROID) || defined(OS_IOS)
"EditPasswordsInSettings", base::FEATURE_DISABLED_BY_DEFAULT};
#else
"EditPasswordsInSettings", base::FEATURE_ENABLED_BY_DEFAULT};
#endif
// Enables UI in settings that allows the user to move multiple passwords to the
// account storage.
......
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