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..b424e3c2cbd050a871d955a6ed06a070419153d9 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(std::string text); |
#endif |
// Specialized instance of the VersionUpdater used to update the browser. |