| Index: content/common/gpu_host_messages.h
|
| diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h
|
| index f5b31d0558585a9cb095618e8c1c65a2bfea3ddb..1e0c683732380e3e99d15e457fa1b8b448fce512 100644
|
| --- a/content/common/gpu_host_messages.h
|
| +++ b/content/common/gpu_host_messages.h
|
| @@ -70,11 +70,5 @@ IPC_MESSAGE_CONTROL1(GpuHostMsg_GpuMemoryBufferCreated,
|
| IPC_MESSAGE_CONTROL1(GpuHostMsg_GraphicsInfoCollected,
|
| gpu::GPUInfo /* GPU logging stats */)
|
|
|
| -// Message from GPU to add a GPU log message to the about:gpu page.
|
| -IPC_MESSAGE_CONTROL3(GpuHostMsg_OnLogMessage,
|
| - int /*severity*/,
|
| - std::string /* header */,
|
| - std::string /* message */)
|
| -
|
| // Sent by the GPU process to indicate that a fields trial has been activated.
|
| IPC_MESSAGE_CONTROL1(GpuHostMsg_FieldTrialActivated, std::string /* name */)
|
|
|