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

Unified Diff: chrome/common/url_constants.cc

Issue 11415025: A11y: Introduce High Contrast Mode and Screen Magnifier to ubar tray. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 373f6ca4a5c3e09916c891c1c6a9d224f15f2f37..78d2a92fd6163cb30abbbfc4bfbd38183f70cf29 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -346,6 +346,11 @@ const char kChromeHelpViaWebUIURL[] =
"https://support.google.com/chrome/?p=help&ctx=settings";
#endif // defined(OS_CHROMEOS)
+#if defined(OS_CHROMEOS)
+const char kChromeAccessibilityHelpURL[] =
+ "https://support.google.com/chromeos/?p=accessibility_menu";
+#endif // defined(OS_CHROMEOS)
+
const char kChromeSyncLearnMoreURL[] =
#if defined(OS_CHROMEOS)
"http://support.google.com/chromeos/bin/answer.py?answer=165139";
« chrome/browser/ui/ash/chrome_shell_delegate.cc ('K') | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698