| Index: chrome/browser/renderer_host/chrome_render_message_filter.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/chrome_render_message_filter.h (revision 96064)
|
| +++ chrome/browser/renderer_host/chrome_render_message_filter.h (working copy)
|
| @@ -88,9 +88,7 @@
|
| int routing_id,
|
| const ExtensionHostMsg_Request_Params& params);
|
| #if defined(USE_TCMALLOC)
|
| - void OnRendererTcmalloc(const std::string& output);
|
| - void OnWriteTcmallocHeapProfile(const FilePath::StringType& filename,
|
| - const std::string& output);
|
| + void OnRendererTcmalloc(base::ProcessId pid, const std::string& output);
|
| #endif
|
| void OnGetPluginPolicies(ContentSetting* outdated_policy,
|
| ContentSetting* authorize_policy);
|
|
|