Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / help / help_handler.h
index f093239..e3d9443 100644 (file)
@@ -30,17 +30,18 @@ class HelpHandler : public content::WebUIMessageHandler,
                     public content::NotificationObserver {
  public:
   HelpHandler();
-  virtual ~HelpHandler();
+  ~HelpHandler() override;
 
   // WebUIMessageHandler implementation.
-  virtual void RegisterMessages() OVERRIDE;
+  void RegisterMessages() override;
 
   // Adds string values for the UI to |localized_strings|.
   static void GetLocalizedValues(base::DictionaryValue* localized_strings);
 
   // NotificationObserver implementation.
-  virtual void Observe(int type, const content::NotificationSource& source,
-                       const content::NotificationDetails& details) OVERRIDE;
+  void Observe(int type,
+               const content::NotificationSource& source,
+               const content::NotificationDetails& details) override;
 
   // Returns the browser version as a string.
   static base::string16 BuildBrowserVersionString();
@@ -89,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.