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

Unified Diff: content/browser/web_contents/web_contents_impl_unittest.cc

Issue 108483008: Make RenderFrameHostManager swap RenderFrameHosts, not RenderViewHosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl_unittest.cc
diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc
index 1be4a3c00269a36c10de980f323f73362195a77e..72aa6a09f2be6d3055fa532f4400201f03b3be38 100644
--- a/content/browser/web_contents/web_contents_impl_unittest.cc
+++ b/content/browser/web_contents/web_contents_impl_unittest.cc
@@ -181,12 +181,6 @@ class TestInterstitialPage : public InterstitialPageImpl {
}
protected:
- virtual RenderViewHost* CreateRenderViewHost() OVERRIDE {
- return new TestRenderViewHost(
- SiteInstance::Create(web_contents()->GetBrowserContext()),
- this, this, this, MSG_ROUTING_NONE, MSG_ROUTING_NONE, false);
- }
-
virtual WebContentsView* CreateWebContentsView() OVERRIDE {
return NULL;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698