Chromium Code Reviews| 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 */) |