Chromium Code Reviews| Index: chrome/common/gpu_messages_internal.h |
| =================================================================== |
| --- chrome/common/gpu_messages_internal.h (revision 76655) |
| +++ chrome/common/gpu_messages_internal.h (working copy) |
| @@ -133,12 +133,6 @@ |
| IPC_MESSAGE_CONTROL1(GpuHostMsg_GraphicsInfoCollected, |
| GPUInfo /* GPU logging stats */) |
| -// Request from GPU to check if GPU is blacklisted based on preliminary GPU |
| -// info. |
| -IPC_SYNC_MESSAGE_CONTROL1_1(GpuHostMsg_PreliminaryGraphicsInfoCollected, |
|
apatrick_chromium
2011/03/03 21:09:07
I'm relieved this is deleted. For future reference
|
| - GPUInfo, /* preliminary GPU logging stats */ |
| - bool /* blacklisted or not */) |
| - |
| // Message from GPU to add a GPU log message to the about:gpu page. |
| IPC_MESSAGE_CONTROL3(GpuHostMsg_OnLogMessage, |
| int /*severity*/, |