Index: content/common/gpu_host_messages.h |
diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h |
index ba7379805f91763573408b3aa9346d34661385a1..5028b835bff87d6cc1055d01f941facfaacf7ce2 100644 |
--- a/content/common/gpu_host_messages.h |
+++ b/content/common/gpu_host_messages.h |
@@ -115,9 +115,6 @@ IPC_STRUCT_TRAITS_END() |
IPC_MESSAGE_CONTROL1(GpuMsg_Initialize, |
gpu::GpuPreferences /* gpu_prefernces */) |
-// Tells the GPU process to shutdown itself. |
-IPC_MESSAGE_CONTROL0(GpuMsg_Finalize) |
- |
// Tells the GPU process to create a new channel for communication with a |
// given client. The channel name is returned in a |
// GpuHostMsg_ChannelEstablished message. The client ID is passed so |