| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 2c663ce27493becc5fa4aa707fc0023d2bafdee6..35acc37728c84c79adfad5a2cf92a4f94161dc30 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -428,6 +428,8 @@ const char kChromeAccessibilityHelpURL[] =
|
| "https://support.google.com/chromebook/?p=accessibility_menu";
|
| const char kChromeAccessibilitySettingsURL[] =
|
| "/chromevox/background/options.html";
|
| +const char kChromePaletteHelpURL[] =
|
| + "https://support.google.com/chromebook?p=stylus_help";
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| #if BUILDFLAG(ENABLE_ONE_CLICK_SIGNIN)
|
|
|