commit | 850acd3e9dde4c99dd18b22b46e20b22322e3718 | [log] [tgz] |
---|---|---|
author | Josiah K <[email protected]> | Wed Oct 28 07:10:13 2020 |
committer | Commit Bot <[email protected]> | Wed Oct 28 07:10:13 2020 |
tree | 5c05674d8504a628ba2099a83cdf6c1df7cc98f7 | |
parent | 8f01e2850048e1fe3011254ef322711e4d8b2702 [diff] [blame] |
Convert Magnifier New Focus Following Switch to Feature AX-Relnotes: n/a. Change-Id: Ib818ea7014ecc5b9ff857a289bfe0fe03e9c994f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2496190 Commit-Queue: Josiah Krutz <[email protected]> Reviewed-by: David Tseng <[email protected]> Reviewed-by: Akihiro Ota <[email protected]> Cr-Commit-Position: refs/heads/master@{#821630}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 6a602df..3ea4aad1c 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -2409,9 +2409,8 @@ extern const char kExperimentalAccessibilityCursorColorsName[]; extern const char kExperimentalAccessibilityCursorColorsDescription[]; -extern const char kExperimentalAccessibilityMagnifierNewFocusFollowingName[]; -extern const char - kExperimentalAccessibilityMagnifierNewFocusFollowingDescription[]; +extern const char kMagnifierNewFocusFollowingName[]; +extern const char kMagnifierNewFocusFollowingDescription[]; extern const char kFilesAppCopyImageName[]; extern const char kFilesAppCopyImageDescription[];