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 18646049c7dd80acc59bca3b22c936c5f718e532..e3d9443a633e54bed9898bf2b848e2380278bc54 100644 |
--- a/chrome/browser/ui/webui/help/help_handler.h |
+++ b/chrome/browser/ui/webui/help/help_handler.h |
@@ -90,6 +90,9 @@ class HelpHandler : public content::WebUIMessageHandler, |
void OnOSFirmware(const std::string& firmware); |
void OnCurrentChannel(const std::string& channel); |
void OnTargetChannel(const std::string& channel); |
+ |
+ // Callback for loading FCC label alt text. |
+ void LoadFCCLabelText(); |
#endif |
// Specialized instance of the VersionUpdater used to update the browser. |