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

Unified Diff: content/test/test_render_view_host_factory.cc

Issue 13533007: Test extension reloading behavior. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Pawel's and Matt's comments Created 7 years, 8 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
Index: content/test/test_render_view_host_factory.cc
diff --git a/content/test/test_render_view_host_factory.cc b/content/test/test_render_view_host_factory.cc
index 3a2b0f3a27fd3809b8ba07233d67ef53089fddfa..0e3ba8dad8f58115687dc5d223193a9cedc818cb 100644
--- a/content/test/test_render_view_host_factory.cc
+++ b/content/test/test_render_view_host_factory.cc
@@ -34,7 +34,7 @@ RenderViewHost* TestRenderViewHostFactory::CreateRenderViewHost(
SessionStorageNamespace* session_storage) {
// See declaration of render_process_host_factory_ below.
static_cast<SiteInstanceImpl*>(instance)->
- set_render_process_host_factory(render_process_host_factory_);
+ SetRenderProcessHostFactory(render_process_host_factory_);
return new TestRenderViewHost(
instance, delegate, widget_delegate, routing_id, swapped_out);
}

Powered by Google App Engine
This is Rietveld 408576698