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

Unified Diff: chrome/common/url_constants.h

Issue 14007002: Add help button to app launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add implementors, nits 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.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index dcb0c88ea91cd4455e30f30b5a78385e5305170c..aa1b262ff89ec7706082ad7df4bcd153edeec6f5 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -375,6 +375,9 @@ extern const char kSyncEverythingLearnMoreURL[];
// The URL for information on how to recover your password.
extern const char kInvalidPasswordHelpURL[];
+// The URL for information on how to use the app launcher.
+extern const char kAppLauncherHelpURL[];
+
// The URL for information on what to do if you can't sign in to your Google
// account.
extern const char kCanNotAccessAccountURL[];

Powered by Google App Engine
This is Rietveld 408576698