Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7530)

Unified Diff: chrome/common/url_constants.cc

Issue 2366713003: Update "Learn more" link in accessibility detailed view (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[] =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698