| 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[];
|
|
|
|
|