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

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: Address nit 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
« no previous file with comments | « chrome/common/url_constants.h ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 4cde4ae7a93c5e59186ebf2acff94c13595acb62..4bb242611df45e2bd88a3589a9f482919ca33c53 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -429,6 +429,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)
« no previous file with comments | « chrome/common/url_constants.h ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698