diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-14 00:52:16 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-14 00:52:16 +0000 |
commit | cd0bd79d6ebdb72183e6f0833673464cc10b3600 (patch) | |
tree | 40d213034999b337e041f9d6c0bff88e29a3eda2 /content/browser/gpu/gpu_process_host.h | |
parent | 612c5b8df2f2a72126c88765dc00ac876a2aa6ff (diff) | |
download | chromium_src-cd0bd79d6ebdb72183e6f0833673464cc10b3600.zip chromium_src-cd0bd79d6ebdb72183e6f0833673464cc10b3600.tar.gz chromium_src-cd0bd79d6ebdb72183e6f0833673464cc10b3600.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@132303 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_; |