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