Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index faa4ebd939e945a5b7905f53cb25a3ff2c88983f..78da5bc8b93d0ea8dcec509ef5592ad21c2a9a29 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -964,10 +964,6 @@ void GpuProcessHost::ForceShutdown() { |
process_->ForceShutdown(); |
} |
-void GpuProcessHost::StopGpuProcess() { |
- Send(new GpuMsg_Finalize()); |
-} |
- |
bool GpuProcessHost::LaunchGpuProcess(gpu::GpuPreferences* gpu_preferences) { |
if (!(gpu_enabled_ && |
GpuDataManagerImpl::GetInstance()->ShouldUseSwiftShader()) && |