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

Unified Diff: chrome/common/url_constants.cc

Issue 14007002: Add help button to app launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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 aca09f276579fa05952e243c276cf2c5c4d2b722..aea8edc0e99cc3d1194711bc9a2fe8192e79f7fe 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -463,6 +463,9 @@ const char kCloudPrintLearnMoreURL[] =
const char kInvalidPasswordHelpURL[] =
"https://support.google.com/accounts/bin/answer.py?ctx=ch&answer=27444";
+const char kAppLauncherHelpURL[] =
+ "https://support.google.com/chrome/?p=cws_app_launcher";
+
const char kCanNotAccessAccountURL[] =
"https://support.google.com/accounts/bin/answer.py?answer=48598";

Powered by Google App Engine
This is Rietveld 408576698