diff options
author | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-07 07:53:33 +0000 |
---|---|---|
committer | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-07 07:53:33 +0000 |
commit | 70d7f9ee541e95a5aea4fbbc68f96f7b46d04bbe (patch) | |
tree | a3d8293c6f48d935d5ff83e87d4c630f9f1a0c15 /content/browser/site_instance_impl.h | |
parent | 2c25b221d74afa62828d6a9dc74c10e72177d343 (diff) | |
download | chromium_src-70d7f9ee541e95a5aea4fbbc68f96f7b46d04bbe.zip chromium_src-70d7f9ee541e95a5aea4fbbc68f96f7b46d04bbe.tar.gz chromium_src-70d7f9ee541e95a5aea4fbbc68f96f7b46d04bbe.tar.bz2 |
Remove render_process_host_factory_ from SiteInstanceImpl.
This member has been unused and uninitialized since r204409,
but it looks like we forgot to actually remove the member.
BUG=NONE
TEST=trybots
Review URL: https://codereview.chromium.org/61163002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233536 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/site_instance_impl.h')
-rw-r--r-- | content/browser/site_instance_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h index 714fee0..013e658 100644 --- a/content/browser/site_instance_impl.h +++ b/content/browser/site_instance_impl.h @@ -109,10 +109,6 @@ class CONTENT_EXPORT SiteInstanceImpl : public SiteInstance, // BrowsingInstance to which this SiteInstance belongs. scoped_refptr<BrowsingInstance> browsing_instance_; - // Factory for new RenderProcessHosts, not owned by this class. NULL indiactes - // that the default BrowserRenderProcessHost should be created. - const RenderProcessHostFactory* render_process_host_factory_; - // Current RenderProcessHost that is rendering pages for this SiteInstance. // This pointer will only change once the RenderProcessHost is destructed. It // will still remain the same even if the process crashes, since in that |