Skip to content

Commit

Permalink
Fix broken accessibility "help page" link in CrOS settings.
Browse files Browse the repository at this point in the history
Previously, the link added a board parameter to the URL, but this was
not correct for this particular link.

Bug: 788897
Change-Id: I2e29bdbe61f27ecf1b868c3633c793152d2d587f
Reviewed-on: https://chromium-review.googlesource.com/957598
Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542307}
  • Loading branch information
Kyle Horimoto authored and Commit Bot committed Mar 10, 2018
1 parent f895c9b commit abe34c4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,8 @@ void AddA11yStrings(content::WebUIDataSource* html_source) {
arraysize(localized_strings));

#if defined(OS_CHROMEOS)
html_source->AddString(
"a11yLearnMoreUrl",
GetHelpUrlWithBoard(chrome::kChromeAccessibilityHelpURL));
html_source->AddString("a11yLearnMoreUrl",
chrome::kChromeAccessibilityHelpURL);

html_source->AddBoolean(
"showExperimentalA11yFeatures",
Expand Down

0 comments on commit abe34c4

Please sign in to comment.