| 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 ec30dc8b3aecf7504360fd0daf78f04bcc62e253..68c1ea767234d7ca84e20027a596c53c0f9d719f 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -71,10 +71,6 @@ class GpuProcessHostUIShim : public IPC::Listener,
|
| explicit GpuProcessHostUIShim(int host_id);
|
| ~GpuProcessHostUIShim() override;
|
|
|
| - // Message handlers.
|
| - bool OnControlMessageReceived(const IPC::Message& message);
|
| - void OnGraphicsInfoCollected(const gpu::GPUInfo& gpu_info);
|
| -
|
| // The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.
|
| int host_id_;
|
| };
|
|
|