diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-13 18:35:00 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-13 18:35:00 +0000 |
commit | 50e32b2b0ee84a984f81a1f61b97382767808865 (patch) | |
tree | 7c25123c3bacc0456dde9d9b1b5fb7ce0bccb36f /content/browser/gpu/gpu_process_host.h | |
parent | c7287fa1cab3c83da135fcc795b4219bb3cfacdb (diff) | |
download | chromium_src-50e32b2b0ee84a984f81a1f61b97382767808865.zip chromium_src-50e32b2b0ee84a984f81a1f61b97382767808865.tar.gz chromium_src-50e32b2b0ee84a984f81a1f61b97382767808865.tar.bz2 |
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
Diffstat (limited to 'content/browser/gpu/gpu_process_host.h')
-rw-r--r-- | content/browser/gpu/gpu_process_host.h | 4 |
1 files changed, 0 insertions, 4 deletions
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<void(const IPC::ChannelHandle&, - base::ProcessHandle, const content::GPUInfo&)> EstablishChannelCallback; @@ -165,9 +164,6 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate, // Qeueud messages to send when the process launches. std::queue<IPC::Message*> 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_; |