| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 10329)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -460,6 +460,9 @@
|
| // resource types.
|
| IPC_MESSAGE_CONTROL0(ViewMsg_GetCacheResourceStats)
|
|
|
| + // Asks the renderer to send back Histograms.
|
| + IPC_MESSAGE_CONTROL0(ViewMsg_GetRendererHistograms)
|
| +
|
| // Notifies the renderer about ui theme changes
|
| IPC_MESSAGE_ROUTED0(ViewMsg_ThemeChanged)
|
|
|
| @@ -1027,6 +1030,9 @@
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_UserMetricsRecordAction,
|
| std::wstring /* action */)
|
|
|
| + // Send back histograms as vector of pickled-histogram strings.
|
| + IPC_MESSAGE_CONTROL1(ViewHostMsg_RendererHistograms, std::vector<std::string>)
|
| +
|
| // Request for a DNS prefetch of the names in the array.
|
| // NameList is typedef'ed std::vector<std::string>
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_DnsPrefetch,
|
|
|