commit | ffbaf6606c796047f6084e5e08774a4f5ccc8ec9 | [log] [tgz] |
---|---|---|
author | Joel Riley <[email protected]> | Tue Oct 27 23:07:37 2020 |
committer | Commit Bot <[email protected]> | Tue Oct 27 23:07:37 2020 |
tree | 70888b3af0ccfcc1920ae6323ec3184552ddf8a8 | |
parent | 270020462a9c2c8b3355d8f49dd7e0a22606d3e2 [diff] [blame] |
Add feature flag for new select-to-speak enhancements. Also exposed in chrome://flags. Bug: 1142601 Change-Id: I0067a298e160510150dd793830a13837ccc083ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500261 Reviewed-by: Dominic Mazzoni <[email protected]> Commit-Queue: Joel Riley <[email protected]> Cr-Commit-Position: refs/heads/master@{#821487}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 5d53d53..6f82ebe 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -2551,6 +2551,9 @@ extern const char kSchedulerConfigurationConservative[]; extern const char kSchedulerConfigurationPerformance[]; +extern const char kSelectToSpeakNavigationControlName[]; +extern const char kSelectToSpeakNavigationControlDescription[]; + extern const char kSeparatePointingStickSettingsName[]; extern const char kSeparatePointingStickSettingsDescription[];