| 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 95e41f614c2d82d03868f82d33ecedf427633e3f..3dfde20004d47afd76d4fad1d68d20e0d90f79f6 100644
|
| --- a/chrome/browser/ui/webui/help/help_handler.h
|
| +++ b/chrome/browser/ui/webui/help/help_handler.h
|
| @@ -113,6 +113,9 @@ class HelpHandler : public content::WebUIMessageHandler,
|
|
|
| // Callback for setting the regulatory label alt text.
|
| void OnRegulatoryLabelTextRead(const std::string& text);
|
| +
|
| + // Callback for setting the eol string text.
|
| + void OnEolStatus(const int status);
|
| #endif
|
|
|
| // Specialized instance of the VersionUpdater used to update the browser.
|
|
|