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

Unified Diff: chrome/common/url_constants.cc

Issue 9618037: Help: Hook up the 'Get help' button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/browser/ui/webui/help/help_handler.cc ('k') | no next file » | 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 99f99fbed31d7e8e98626fbab84432740b229d9d..a5cdc23d28e453dcdb80926d259e7180c06c4f5b 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -279,10 +279,10 @@ const char kChromeHelpURL[] =
#if defined(OFFICIAL_BUILD)
"chrome-extension://honijodknafkokifofgiaalefdiedpko/main.html";
#else
- "https://support.google.com/chromeos/?p=wrench";
+ "https://support.google.com/chromeos/?&p=help";
csilv 2012/03/07 19:13:44 remove extra &
James Hawkins 2012/03/08 17:49:40 Done.
#endif // defined(OFFICIAL_BUILD
#else
- "https://support.google.com/chrome/?p=wrench";
+ "https://support.google.com/chrome/?p=help";
#endif
const char kSettingsSearchHelpURL[] =
« no previous file with comments | « chrome/browser/ui/webui/help/help_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698