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

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: forgot OVERRIDE Created 7 years, 7 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') | ui/app_list/app_list_menu.h » ('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 f613814b7eb52d461c6ded4f54095e949767e1bd..05a17d86a992e4f33f9aaf4b068bf4b481ce9013 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -459,6 +459,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_webstore/?p=cws_app_launcher";
+
const char kCanNotAccessAccountURL[] =
"https://support.google.com/accounts/bin/answer.py?answer=48598";
« no previous file with comments | « chrome/common/url_constants.h ('k') | ui/app_list/app_list_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698