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

Unified Diff: chrome/common/url_constants.h

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.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 1a5564594965ad3abe34b2a765714b4eecc8ff2b..523f9387e7770d1d7c6b4cbdb7e0141e9532c72d 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -305,6 +305,11 @@ extern const char kChromeHelpViaKeyboardURL[];
extern const char kChromeHelpViaMenuURL[];
extern const char kChromeHelpViaWebUIURL[];
+#if defined(OS_CHROMEOS)
+// Accessibility help link for Chrome.
+extern const char kChromeAccessibilityHelpURL[];
+#endif
+
// "Learn more" URL for the one click signin infobar.
extern const char kChromeSyncLearnMoreURL[];

Powered by Google App Engine
This is Rietveld 408576698