| Index: content/browser/gpu/gpu_process_host_ui_shim.h
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| index 1944d6aadd1544f957458eed48fcc7dd1b4297fa..ec30dc8b3aecf7504360fd0daf78f04bcc62e253 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -73,8 +73,6 @@ class GpuProcessHostUIShim : public IPC::Listener,
|
|
|
| // Message handlers.
|
| bool OnControlMessageReceived(const IPC::Message& message);
|
| - void OnLogMessage(int level, const std::string& header,
|
| - const std::string& message);
|
| void OnGraphicsInfoCollected(const gpu::GPUInfo& gpu_info);
|
|
|
| // The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.
|
|
|