| 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 baee08067de4d3385067206cc5384141fa0c530c..f093239a20d8f3ccbdfae628cbf3c97d60e6f4b7 100644
|
| --- a/chrome/browser/ui/webui/help/help_handler.h
|
| +++ b/chrome/browser/ui/webui/help/help_handler.h
|
| @@ -71,6 +71,9 @@ class HelpHandler : public content::WebUIMessageHandler,
|
| void RelaunchAndPowerwash(const base::ListValue* args);
|
| #endif
|
|
|
| + // Checks for and applies update.
|
| + void RequestUpdate(const base::ListValue* args);
|
| +
|
| // Callback method which forwards status updates to the page.
|
| void SetUpdateStatus(VersionUpdater::Status status, int progress,
|
| const base::string16& fail_message);
|
|
|