Index: chrome/common/render_messages_internal.h |
=================================================================== |
--- chrome/common/render_messages_internal.h (revision 77652) |
+++ chrome/common/render_messages_internal.h (working copy) |
@@ -49,7 +49,6 @@ |
class Value; |
class SkBitmap; |
class WebCursor; |
-struct GPUInfo; |
struct ThumbnailScore; |
namespace gfx { |
@@ -606,13 +605,6 @@ |
// into a full window). |
IPC_MESSAGE_ROUTED0(ViewMsg_DisassociateFromPopupCount) |
-// The browser sends this to a renderer process in response to a |
-// GpuHostMsg_EstablishGpuChannel message. |
-IPC_MESSAGE_CONTROL3(ViewMsg_GpuChannelEstablished, |
- IPC::ChannelHandle /* handle to channel */, |
- base::ProcessHandle /* renderer_process_for_gpu */, |
- GPUInfo /* stats about GPU process*/) |
- |
// Notifies the renderer of the appcache that has been selected for a |
// a particular host. This is sent in reply to AppCacheMsg_SelectCache. |
IPC_MESSAGE_CONTROL2(AppCacheMsg_CacheSelected, |