Commit 70d7f9ee authored by nick@chromium.org's avatar nick@chromium.org

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
parent 2c25b221
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment