Commit 3586e685 authored by sczs's avatar sczs Committed by Commit Bot

[ios] Enables kSaveCardInfobarMessagesUI by default

Bug: 1014652
Change-Id: I0ebc5257346656db6c54c9f7055bf99f1699bd5c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921552
Auto-Submit: Sergio Collazos <sczs@chromium.org>
Commit-Queue: Chris Lu <thegreenfrog@chromium.org>
Reviewed-by: default avatarChris Lu <thegreenfrog@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721512}
parent 118223f4
...@@ -32,9 +32,8 @@ const base::Feature kDownloadInfobarMessagesUI{ ...@@ -32,9 +32,8 @@ const base::Feature kDownloadInfobarMessagesUI{
// Feature enabled by default since it will always be checked along // Feature enabled by default since it will always be checked along
// kInfobarUIReboot, effectively working as a kill switch. Meaning that if // kInfobarUIReboot, effectively working as a kill switch. Meaning that if
// kInfobarUIReboot is not enabled this feature won't work. // kInfobarUIReboot is not enabled this feature won't work.
// TODO(crbug.com/1014652): Enable by Default once feature should be tested.
const base::Feature kSaveCardInfobarMessagesUI{ const base::Feature kSaveCardInfobarMessagesUI{
"SaveCardInfobarMessagesUI", base::FEATURE_DISABLED_BY_DEFAULT}; "SaveCardInfobarMessagesUI", base::FEATURE_ENABLED_BY_DEFAULT};
// Feature enabled by default since it will always be guarded with // Feature enabled by default since it will always be guarded with
// |kInfobarUIReboot|, meaning that if necessary, |kInfobarUIReboot| can be used // |kInfobarUIReboot|, meaning that if necessary, |kInfobarUIReboot| can be used
......
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