From 50e32b2b0ee84a984f81a1f61b97382767808865 Mon Sep 17 00:00:00 2001 From: "jschuh@chromium.org" Date: Fri, 13 Apr 2012 18:35:00 +0000 Subject: Convert plugin and GPU process to brokered handle duplication. BUG=119250 Review URL: https://chromiumcodereview.appspot.com/9958034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132218 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/gpu/gpu_process_host.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'content/browser/gpu/gpu_process_host.h') diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h index ae8d98b..f101c6c 100644 --- a/content/browser/gpu/gpu_process_host.h +++ b/content/browser/gpu/gpu_process_host.h @@ -41,7 +41,6 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate, }; typedef base::Callback EstablishChannelCallback; @@ -165,9 +164,6 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate, // Qeueud messages to send when the process launches. std::queue queued_messages_; - // The handle for the GPU process or null if it is not known to be launched. - base::ProcessHandle gpu_process_; - // Whether we are running a GPU thread inside the browser process instead // of a separate GPU process. bool in_process_; -- cgit v1.1