Commit b584a641 authored by Ioana Pandele's avatar Ioana Pandele Committed by Commit Bot

Enable password export on iOS

Bug:790982, 789122

Change-Id: I06bc82f7fb2f8f2451baeda178ea829d70aab100
Reviewed-on: https://chromium-review.googlesource.com/899007
Commit-Queue: Ioana Pandele <ioanap@chromium.org>
Reviewed-by: default avatarVaclav Brozek <vabr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534065}
parent 50b1fbed
......@@ -4,8 +4,6 @@
#include "components/password_manager/core/common/password_manager_features.h"
#include "build/build_config.h"
namespace password_manager {
namespace features {
......@@ -66,13 +64,8 @@ const base::Feature kProtectSyncCredentialOnReauth = {
"ProtectSyncCredentialOnReauth", base::FEATURE_DISABLED_BY_DEFAULT};
// Controls the ability to export passwords from Chrome's settings page.
#if 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