commit | 0ec9c75e6772e28407314726c8c9fbb5cf9a52e9 | [log] [tgz] |
---|---|---|
author | Thanh Nguyen <[email protected]> | Fri Oct 04 01:35:37 2019 |
committer | Commit Bot <[email protected]> | Fri Oct 04 01:35:37 2019 |
tree | 24950930043a9ea4d413933c465b70b9e781f136 | |
parent | 707d9d63837039ac06cc626af08b745198d35931 [diff] [blame] |
[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/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 8daf344..91c8abb 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -2073,6 +2073,9 @@ extern const char kFsNosymfollowName[]; extern const char kFsNosymfollowDescription[]; +extern const char kFuzzyAppSearchName[]; +extern const char kFuzzyAppSearchDescription[]; + extern const char kGaiaActionButtonsName[]; extern const char kGaiaActionButtonsDescription[];