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

Unified Diff: content/common/child_process_messages.h

Issue 11975048: Native memory histograms for the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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: content/common/child_process_messages.h
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
index 0cf2a3a69499358e9413cc40b62b3a0cac47a0fe..9b13a320a8a132c90f7deb0133119d1efd141024 100644
--- a/content/common/child_process_messages.h
+++ b/content/common/child_process_messages.h
@@ -132,3 +132,7 @@ IPC_SYNC_MESSAGE_CONTROL1_1(ChildProcessHostMsg_SyncAllocateSharedMemory,
IPC_MESSAGE_CONTROL1(ChildProcessHostMsg_TcmallocStats,
std::string /* output */)
#endif
+
+IPC_SYNC_MESSAGE_CONTROL1_1(ChildProcessHostMsg_GetBrowserHistogram,
jochen (gone - plz use gerrit) 2013/01/18 14:03:11 move closer to the other histograms IPCs
marja 2013/01/18 15:00:08 Done.
+ std::string, /* histogram_name */
+ std::string /* histogram_json */)

Powered by Google App Engine
This is Rietveld 408576698