| 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 0f25dab1f4d15d3714c5e23cd81bb57492a7f70b..7c657c3454e5e18e6ba32fdec223a961c68b4d00 100644
 | 
| --- a/chrome/browser/ui/webui/help/help_handler.h
 | 
| +++ b/chrome/browser/ui/webui/help/help_handler.h
 | 
| @@ -81,9 +81,6 @@ class HelpHandler : public content::WebUIMessageHandler,
 | 
|    void OnOSFirmware(const std::string& firmware);
 | 
|    void OnCurrentChannel(const std::string& channel);
 | 
|    void OnTargetChannel(const std::string& channel);
 | 
| -
 | 
| -  void ProcessLsbFileInfo(
 | 
| -      base::PlatformFileError rv, const base::PlatformFileInfo& file_info);
 | 
|  #endif
 | 
|  
 | 
|    // Specialized instance of the VersionUpdater used to update the browser.
 | 
| 
 |