commit | f558c1ad06d0208dc15a8c5e4981e576518bda67 | [log] [tgz] |
---|---|---|
author | Katie D <[email protected]> | Tue Apr 21 20:33:59 2020 |
committer | Commit Bot <[email protected]> | Tue Apr 21 20:33:59 2020 |
tree | ed113f5df6b82d0d1b7b83bb6da14449e20d7ffb | |
parent | 0a8d02795e3c71bfa4eb5e4b2ebedce110713948 [diff] [blame] |
Adds a chrome://flags flag for Live Captions. This will help us test the feature in Canary! Bug: 1055150 Change-Id: I02a5deb241dfd26ddf4dc58a84f04a79b1c3d227 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2158008 Reviewed-by: Abigail Klein <[email protected]> Reviewed-by: Scott Violet <[email protected]> Commit-Queue: Katie Dektar <[email protected]> Cr-Commit-Position: refs/heads/master@{#761112}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 2a331b8..155be45 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -2747,6 +2747,12 @@ #else // !defined(OS_ANDROID) +const char kEnableAccessibilityLiveCaptionsName[] = "Live Captions"; +const char kEnableAccessibilityLiveCaptionsDescription[] = + "Enables the live captions feature which generates captions for " + "media playing in Chrome. Turn the feature on in " + "chrome://settings/accessibility."; + const char kCastMediaRouteProviderName[] = "Cast Media Route Provider"; const char kCastMediaRouteProviderDescription[] = "Enables the native Cast Media Route Provider implementation to be used "