Chromium Code Reviews| Index: chrome/common/url_constants.cc |
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc |
| index bc7ff8e870f4c2b1ab237f73e8303eb74c0fd46b..3ee1d43cffc75a40ede3577619a7584d63367d6c 100644 |
| --- a/chrome/common/url_constants.cc |
| +++ b/chrome/common/url_constants.cc |
| @@ -431,7 +431,8 @@ const char kChromeHelpViaWebUIURL[] = |
| #if defined(OS_CHROMEOS) |
| const char kChromeAccessibilityHelpURL[] = |
| - "https://support.google.com/chromebook/?p=accessibility_menu"; |
| + "https://support.google.com/chromebook/topic/" |
| + "6323347?hl=en&ref_topic=3399710"; |
|
sky
2016/09/23 17:25:56
Does that second parameter mean everyone gets engl
yiyix
2016/09/23 17:48:04
Users can change languages on the page, you can pl
dmazzoni
2016/09/23 18:14:03
You should just use this url, it will automaticall
yiyix
2016/09/23 19:34:22
I think this link is better. I will update both th
|
| const char kChromeAccessibilitySettingsURL[] = |
| "/chromevox/background/options.html"; |
| const char kChromePaletteHelpURL[] = |