Commit d5944c39 authored by Tommy Martino's avatar Tommy Martino Committed by Commit Bot

[iOS] Enabling Illustrated Empty States by default

This feature is launching to 95% soon. Enabling by default; cleanup CLs
to remove the flag will follow once that reaches 100%.

Bug: 1098328
Change-Id: Iac5c5aa8ba592c6785af0f5b1c1be4f6ea0303c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535876Reviewed-by: default avatarsebsg <sebsg@chromium.org>
Commit-Queue: Tommy Martino <tmartino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827367}
parent b68da4f4
...@@ -52,7 +52,7 @@ const base::Feature kSafetyCheckIOS{"SafetyCheckIOS", ...@@ -52,7 +52,7 @@ const base::Feature kSafetyCheckIOS{"SafetyCheckIOS",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kIllustratedEmptyStates{"IllustratedEmptyStates", const base::Feature kIllustratedEmptyStates{"IllustratedEmptyStates",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSharedHighlightingIOS{"SharedHighlightingIOS", const base::Feature kSharedHighlightingIOS{"SharedHighlightingIOS",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
......
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