| Index: content/common/gpu_host_messages.h
|
| diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h
|
| index 1e0c683732380e3e99d15e457fa1b8b448fce512..207110c132031993450abf74e283876a8417fe83 100644
|
| --- a/content/common/gpu_host_messages.h
|
| +++ b/content/common/gpu_host_messages.h
|
| @@ -45,10 +45,6 @@ IPC_MESSAGE_CONTROL3(GpuMsg_DestroyGpuMemoryBuffer,
|
| int32_t, /* client_id */
|
| gpu::SyncToken /* sync_token */)
|
|
|
| -// Tells the GPU process to create a context for collecting graphics card
|
| -// information.
|
| -IPC_MESSAGE_CONTROL0(GpuMsg_CollectGraphicsInfo)
|
| -
|
| // Tells the GPU process that the browser has seen a GPU switch.
|
| IPC_MESSAGE_CONTROL0(GpuMsg_GpuSwitched)
|
|
|
| @@ -66,9 +62,5 @@ IPC_MESSAGE_CONTROL3(GpuHostMsg_Initialized,
|
| IPC_MESSAGE_CONTROL1(GpuHostMsg_GpuMemoryBufferCreated,
|
| gfx::GpuMemoryBufferHandle /* handle */)
|
|
|
| -// Response from GPU to a GpuMsg_CollectGraphicsInfo.
|
| -IPC_MESSAGE_CONTROL1(GpuHostMsg_GraphicsInfoCollected,
|
| - gpu::GPUInfo /* GPU logging stats */)
|
| -
|
| // Sent by the GPU process to indicate that a fields trial has been activated.
|
| IPC_MESSAGE_CONTROL1(GpuHostMsg_FieldTrialActivated, std::string /* name */)
|
|
|