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[];