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

Unified Diff: chrome/browser/renderer_host/chrome_render_message_filter.h

Issue 7607009: Revert 96054 - Enable tcmalloc profiling and heap dump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months 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/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);
« no previous file with comments | « chrome/browser/chromeos/status/memory_menu_button.cc ('k') | chrome/browser/renderer_host/chrome_render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698