Commit 9979287c authored by John Z Wu's avatar John Z Wu Committed by Commit Bot

Enable new feature flag needed for butter sync.

A new flag was added recently that prevented server cards from being
offered as autofill suggestions. We simply enable to restore the
intended behavior.

Change-Id: I537ae79a6bf6acfef081f9002654e4d4fc202fe5
Reviewed-on: https://chromium-review.googlesource.com/c/1371202
Commit-Queue: John Wu <jzw@chromium.org>
Reviewed-by: default avatarHiroshi Ichikawa <ichikawa@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615438}
parent b5b7717b
......@@ -48,6 +48,7 @@ void WebViewWebMainParts::PreCreateThreads() {
std::unique_ptr<base::FeatureList> feature_list(new base::FeatureList);
std::string enable_features = base::JoinString(
{autofill::features::kAutofillEnableAccountWalletStorage.name,
autofill::features::kAutofillAlwaysShowServerCardsInSyncTransport.name,
switches::kSyncStandaloneTransport.name,
switches::kSyncSupportSecondaryAccount.name,
switches::kSyncUSSAutofillWalletData.name},
......
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