Reland "cros: Convert switch to feature for new overview ui."
This is a reland of e50412fb9216127a3818a3682e94633d7af7da66
Original change's description:
> cros: Convert switch to feature for new overview ui.
>
> Convert to feature which is enabled by default.
>
> Test: manual
> Bug: 821608
> Change-Id: If513c4d2a6bdfd4197525d7922d99cfc01f4c616
> Reviewed-on: https://chromium-review.googlesource.com/961721
> Reviewed-by: Scott Violet <[email protected]>
> Commit-Queue: Sammie Quon <[email protected]>
> Cr-Commit-Position: refs/heads/master@{#543139}
Bug: 821608
Change-Id: Id240ddfa8b5551209c61612e406a4a88d5578d02
Reviewed-on: https://chromium-review.googlesource.com/963585
Reviewed-by: Scott Violet <[email protected]>
Commit-Queue: Sammie Quon <[email protected]>
Cr-Commit-Position: refs/heads/master@{#543871}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 280d6c7..d6ea445 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3654,7 +3654,7 @@
{"ash-enable-new-overview-ui",
flag_descriptions::kAshEnableNewOverviewUiName,
flag_descriptions::kAshEnableNewOverviewUiDescription, kOsCrOS,
- SINGLE_VALUE_TYPE(ash::switches::kAshEnableNewOverviewUi)},
+ FEATURE_VALUE_TYPE(ash::features::kNewOverviewUi)},
#endif // defined(OS_CHROMEOS)
{"unified-consent", flag_descriptions::kUnifiedConsentName,