| 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 c0661bf835cb089aa76d3f620a2f1e3b09470c9a..7c9c05a4c12dc283922211eb2e3a2aef2ca0916b 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -105,8 +105,6 @@ class GpuProcessHostUIShim : public IPC::Listener,
|
| #endif
|
| void OnVideoMemoryUsageStatsReceived(
|
| const gpu::VideoMemoryUsageStats& video_memory_usage_stats);
|
| - void OnAddSubscription(int32_t process_id, unsigned int target);
|
| - void OnRemoveSubscription(int32_t process_id, unsigned int target);
|
|
|
| // The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.
|
| int host_id_;
|
|
|