Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9048)

Unified Diff: chrome/browser/ui/webui/help/help_handler.h

Issue 780203002: Fix threading bugs in product label UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: File path and ImageSource changes Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698