[Reland]Enable the flag of scrollable shelf by default
This CL enables scrollable shelf as default. It will be landed after
discussion with other team members.
Bug: 1002576
Change-Id: I21e3979a0e756207b4cfc0fa90fe844e1c971550
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819861
Reviewed-by: Manu Cornet <[email protected]>
Commit-Queue: Andrew Xu <[email protected]>
Cr-Commit-Position: refs/heads/master@{#699089}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 3bc7700..79c6ba3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1718,7 +1718,7 @@
SINGLE_VALUE_TYPE(chromeos::switches::kShelfHoverPreviews)},
{"shelf-scrollable", flag_descriptions::kShelfScrollableName,
flag_descriptions::kShelfScrollableDescription, kOsCrOS,
- SINGLE_VALUE_TYPE(chromeos::switches::kShelfScrollable)},
+ FEATURE_VALUE_TYPE(chromeos::features::kShelfScrollable)},
{"show-bluetooth-debug-log-toggle",
flag_descriptions::kShowBluetoothDebugLogToggleName,
flag_descriptions::kShowBluetoothDebugLogToggleDescription, kOsCrOS,