CrOS: Adds Result Selection Controller for Search Box
This changes traversal to use a 'selection' similar to omnibox
that is wholly managed by a single object.
This change is currently behind a flag, and will be default-on
in a follow up CL by June 25th
Bug: 931909
Change-Id: I828605ca77a87829eded327ab8a6198097450ecf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607502
Commit-Queue: Kevin Strohbehn <[email protected]>
Reviewed-by: Xiyuan Xia <[email protected]>
Cr-Commit-Position: refs/heads/master@{#671890}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index fc29a38..376b907 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3147,6 +3147,11 @@
{"enable-app-grid-ghost", flag_descriptions::kEnableAppGridGhostName,
flag_descriptions::kEnableAppGridGhostDescription, kOsCrOS,
FEATURE_VALUE_TYPE(app_list_features::kEnableAppGridGhost)},
+
+ {"enable-search-box-selection",
+ flag_descriptions::kEnableSearchBoxSelectionName,
+ flag_descriptions::kEnableSearchBoxSelectionDescription, kOsCrOS,
+ FEATURE_VALUE_TYPE(app_list_features::kEnableSearchBoxSelection)},
#endif // OS_CHROMEOS
{"enable-accessibility-image-descriptions",