| Index: content/common/gpu_host_messages.h
|
| diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h
|
| index 0cee493d02cdce16ef1c29903e4705d23545f0eb..f56899bfa1be7c85398a40c119d13de27d3bf867 100644
|
| --- a/content/common/gpu_host_messages.h
|
| +++ b/content/common/gpu_host_messages.h
|
| @@ -106,20 +106,6 @@ IPC_MESSAGE_CONTROL3(GpuMsg_DestroyGpuMemoryBuffer,
|
| // information.
|
| IPC_MESSAGE_CONTROL0(GpuMsg_CollectGraphicsInfo)
|
|
|
| -// Tells the GPU process to remove all contexts.
|
| -IPC_MESSAGE_CONTROL0(GpuMsg_Clean)
|
| -
|
| -// Tells the GPU process to crash.
|
| -IPC_MESSAGE_CONTROL0(GpuMsg_Crash)
|
| -
|
| -// Tells the GPU process to hang.
|
| -IPC_MESSAGE_CONTROL0(GpuMsg_Hang)
|
| -
|
| -#if defined(OS_ANDROID)
|
| -// Tells the GPU process to throw a java exception
|
| -IPC_MESSAGE_CONTROL0(GpuMsg_JavaCrash)
|
| -#endif
|
| -
|
| // Tells the GPU process that the browser has seen a GPU switch.
|
| IPC_MESSAGE_CONTROL0(GpuMsg_GpuSwitched)
|
|
|
|
|