commit | 3cb921e39205564d9cf0d4e9cb15755e140ffd5a | [log] [tgz] |
---|---|---|
author | Esmael El-Moslimany <[email protected]> | Thu Sep 12 17:50:28 2019 |
committer | Commit Bot <[email protected]> | Thu Sep 12 17:50:28 2019 |
tree | 327f4e2c16fdde3ed599a549a54202332188e704 | |
parent | b7d9b96cdd2104d985495025a7a55e9fdeef694f [diff] [blame] |
WebUI: create feature flag for accessibility enhancements used for review and testings before releasing the enhancement Bug: 1001742 Change-Id: I30774fa496ff566cecb8f33db1179ad0ae746bb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790410 Reviewed-by: Dan Beam <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: Lei Zhang <[email protected]> Commit-Queue: Esmael Elmoslimany <[email protected]> Cr-Commit-Position: refs/heads/master@{#696088}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index b9a63a5..f218e1a 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1718,6 +1718,9 @@ extern const char kProactiveTabFreezeAndDiscardName[]; extern const char kProactiveTabFreezeAndDiscardDescription[]; +extern const char kWebUIA11yEnhancementsName[]; +extern const char kWebUIA11yEnhancementsDescription[]; + #if defined(GOOGLE_CHROME_BUILD) extern const char kGoogleBrandedContextMenuName[];