summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-20 07:51:54 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-20 07:51:54 +0000
commitf177ffd84b0f1b94de05fa0166520783cb5cddb9 (patch)
tree54f755e0de2d845cd2d8b481f08c528911ce62d2 /content/content_common.gypi
parent57c1b56f4ae39e8cb1cd805fb46653423d4e5456 (diff)
downloadchromium_src-f177ffd84b0f1b94de05fa0166520783cb5cddb9.zip
chromium_src-f177ffd84b0f1b94de05fa0166520783cb5cddb9.tar.gz
chromium_src-f177ffd84b0f1b94de05fa0166520783cb5cddb9.tar.bz2
Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition.
I've also moved the iterator class into its own file in the public directory. Since classes don't derive from BrowserChildProcessHost and so can't static_cast from it, I added a template helper that does this. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9150017 TBR=jam@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118420 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 4be564af5..8f791b0 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -30,7 +30,6 @@
'sources': [
'public/common/bindings_policy.h',
'public/common/child_process_host.h',
- 'public/common/child_process_host_delegate.cc',
'public/common/child_process_host_delegate.h',
'public/common/child_process_sandbox_support_linux.h',
'public/common/content_constants.cc',