| Index: chrome/browser/renderer_host/chrome_render_message_filter.h
 | 
| ===================================================================
 | 
| --- chrome/browser/renderer_host/chrome_render_message_filter.h	(revision 161050)
 | 
| +++ chrome/browser/renderer_host/chrome_render_message_filter.h	(working copy)
 | 
| @@ -139,11 +139,6 @@
 | 
|    void OnExtensionUnloadAck(const std::string& extension_id);
 | 
|    void OnExtensionGenerateUniqueID(int* unique_id);
 | 
|    void OnExtensionResumeRequests(int route_id);
 | 
| -#if defined(USE_TCMALLOC)
 | 
| -  void OnRendererTcmalloc(const std::string& output);
 | 
| -  void OnWriteTcmallocHeapProfile(const FilePath::StringType& filename,
 | 
| -                                  const std::string& output);
 | 
| -#endif
 | 
|    void OnAllowDatabase(int render_view_id,
 | 
|                         const GURL& origin_url,
 | 
|                         const GURL& top_origin_url,
 | 
| 
 |