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

Unified Diff: chrome/common/url_constants.cc

Issue 2216933003: Implement the palette help and options buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@palette-delegate
Patch Set: Initial upload Created 4 years, 4 months 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 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)

Powered by Google App Engine
This is Rietveld 408576698