commit | 81ecf0c286597309d73144fdf6f9b8927a4267b0 | [log] [tgz] |
---|---|---|
author | Anton Swifton <[email protected]> | Tue May 04 02:28:51 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue May 04 02:28:51 2021 |
tree | e1f0a6126792a9b5468e0a268d8fb372f058fa36 | |
parent | 5f670630d9fe73ebe97aaedf0fff9983074dbb7c [diff] [blame] |
Add EnableInputNoiseCancellationUi flag This flag gates whether the input noise cancellation UI toggle will display. Bug: 1205197 Change-Id: I19cee20e235969bb86294391e1268c9ebfc4f7c3 Test: local Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2869026 Commit-Queue: Anton Swifton <[email protected]> Reviewed-by: Jimmy Gong <[email protected]> Cr-Commit-Position: refs/heads/master@{#878720}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 7ad79c0..e4376d1 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -2465,6 +2465,9 @@ extern const char kEnableHeuristicStylusPalmRejectionName[]; extern const char kEnableHeuristicStylusPalmRejectionDescription[]; +extern const char kEnableInputNoiseCancellationUiName[]; +extern const char kEnableInputNoiseCancellationUiDescription[]; + extern const char kEnableLauncherSearchNormalizationName[]; extern const char kEnableLauncherSearchNormalizationDescription[];