Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: content/browser/media/capture/web_contents_video_capture_device_unittest.cc

Issue 2861433002: Implement ProcessReusePolicy for SiteInstances (Closed)
Patch Set: Fixed ChromeOS issue Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/browsing_instance.cc ('k') | content/browser/media/session/audio_focus_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/capture/web_contents_video_capture_device_unittest.cc
diff --git a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
index 0e176386b86addb7791511f6307d425cc783b767..b520705dd64bd518f07ff409ae1c2be402ff1196 100644
--- a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
+++ b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
@@ -479,7 +479,7 @@ class WebContentsVideoCaptureDeviceTest : public testing::Test {
scoped_refptr<SiteInstance> site_instance =
SiteInstance::Create(browser_context_.get());
- SiteInstanceImpl::set_render_process_host_factory(
+ RenderProcessHostImpl::set_render_process_host_factory(
render_process_host_factory_.get());
web_contents_.reset(
TestWebContents::Create(browser_context_.get(), site_instance.get()));
@@ -507,7 +507,7 @@ class WebContentsVideoCaptureDeviceTest : public testing::Test {
base::RunLoop().RunUntilIdle();
- SiteInstanceImpl::set_render_process_host_factory(NULL);
+ RenderProcessHostImpl::set_render_process_host_factory(NULL);
render_frame_host_factory_.reset();
render_view_host_factory_.reset();
render_process_host_factory_.reset();
« no previous file with comments | « content/browser/browsing_instance.cc ('k') | content/browser/media/session/audio_focus_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698