Revert "Enable the flag of scrollable shelf by default"
This reverts commit d76a27dd1331bee0691059d28e38f8183d08e22c.
Reason for revert: Seems to have broken ~all the browser_tests and interactive_ui_tests on ChromeOS, see crbug.com/1006165
Original change's description:
> 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: I4dab5b81bf6418d5cc066f2763b4b5862ebff716
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790755
> Commit-Queue: Andrew Xu <[email protected]>
> Reviewed-by: Manu Cornet <[email protected]>
> Cr-Commit-Position: refs/heads/master@{#698284}
[email protected],[email protected]
Change-Id: Ie19273c5fd4187c67dc0646278e04eb04fce3eb8
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1002576, 1006165
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816540
Reviewed-by: Marc Treib <[email protected]>
Commit-Queue: Marc Treib <[email protected]>
Cr-Commit-Position: refs/heads/master@{#698425}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 7e71c2b..dc382fe4 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1711,7 +1711,7 @@
SINGLE_VALUE_TYPE(chromeos::switches::kShelfHoverPreviews)},
{"shelf-scrollable", flag_descriptions::kShelfScrollableName,
flag_descriptions::kShelfScrollableDescription, kOsCrOS,
- FEATURE_VALUE_TYPE(chromeos::features::kShelfScrollable)},
+ SINGLE_VALUE_TYPE(chromeos::switches::kShelfScrollable)},
{"show-bluetooth-debug-log-toggle",
flag_descriptions::kShowBluetoothDebugLogToggleName,
flag_descriptions::kShowBluetoothDebugLogToggleDescription, kOsCrOS,