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

Unified Diff: chrome/browser/ui/webui/help/help_handler.h

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
Index: chrome/browser/ui/webui/help/help_handler.h
diff --git a/chrome/browser/ui/webui/help/help_handler.h b/chrome/browser/ui/webui/help/help_handler.h
index 68e46c0b5d1839adc1a80e1b2397182e80c53fe4..2a718f0300784e4e9eced5a01850288c83f29114 100644
--- a/chrome/browser/ui/webui/help/help_handler.h
+++ b/chrome/browser/ui/webui/help/help_handler.h
@@ -36,12 +36,15 @@ class HelpHandler : public content::WebUIMessageHandler {
void PromoteUpdater(const base::ListValue* args);
#endif
- // Relaunches the browser. |args| must be NULL.
+ // Relaunches the browser. |args| must be empty.
void RelaunchNow(const base::ListValue* args);
- // Opens the feedback dialog. |args| must be NULL.
+ // Opens the feedback dialog. |args| must be empty.
void OpenFeedbackDialog(const base::ListValue* args);
+ // Opens the help page. |args| must be empty.
+ void OpenHelpPage(const base::ListValue* args);
+
#if defined(OS_CHROMEOS)
// Sets the release track version.
void SetReleaseTrack(const base::ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698