[cros-fuzzy-app] Add a Chrome flag to enable Fuzzy App Search
Bug: 990684
Change-Id: I953b5e6140b7d22815f81abba4e9049813a9cd3c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838892
Reviewed-by: Jia Meng <[email protected]>
Commit-Queue: Thanh Nguyen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#702682}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 890dcfdd..41cc9bbc 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -4542,6 +4542,10 @@
{"scalable-app-list", flag_descriptions::kScalableAppListName,
flag_descriptions::kScalableAppListDescription, kOsCrOS,
FEATURE_VALUE_TYPE(app_list_features::kScalableAppList)},
+ {"fuzzy-app-search", flag_descriptions::kFuzzyAppSearchName,
+ flag_descriptions::kFuzzyAppSearchDescription, kOsCrOS,
+ FEATURE_VALUE_TYPE(app_list_features::kEnableFuzzyAppSearch)},
+
#endif // defined(OS_CHROMEOS)
{"passwords-account-storage",