| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index d8e3c25891ccc0ff6ed72a3d01121a4c3614f371..dd90d0f0f3205cf161a0dbb37c89d927389b74b3 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -308,6 +308,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[];
|
|
|
|
|