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

Unified Diff: chrome/common/url_constants.h

Issue 10546072: Use different help URLs for menus, accelerators, and WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ugh core file Created 8 years, 6 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 123f16e05f54a0033cff84f1d7111fcc7bf88617..b60fc32011757b33d04d19237ce87e412da639db 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -268,8 +268,10 @@ extern const char kAutoPasswordGenerationLearnMoreURL[];
extern const char kPasswordManagerLearnMoreURL[];
-// General help link for Chrome.
-extern const char kChromeHelpURL[];
+// General help links for Chrome, opened using various actions.
+extern const char kChromeHelpViaKeyboardURL[];
+extern const char kChromeHelpViaMenuURL[];
+extern const char kChromeHelpViaWebUIURL[];
// "Learn more" URL for the one click signin infobar.
extern const char kChromeSyncLearnMoreURL[];

Powered by Google App Engine
This is Rietveld 408576698