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

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

Issue 616133002: Make RenderFrame(Host) own a RenderWidget(Host). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-applying same patch Created 5 years, 11 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/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 79ffd034a7ebe4322b06803899a73d1c7ec3df8c..0992d1bd1884b5673726c09525d9266350c2b8de 100644
--- a/content/browser/web_contents/web_contents_impl_unittest.cc
+++ b/content/browser/web_contents/web_contents_impl_unittest.cc
@@ -581,7 +581,7 @@ TEST_F(WebContentsImplTest, CrossSiteBoundariesAfterCrash) {
// Simulate a renderer crash.
orig_rfh->GetRenderViewHost()->set_render_view_created(false);
- orig_rfh->set_render_frame_created(false);
+ orig_rfh->SetRenderFrameCreated(false);
// Navigate to new site. We should not go into PENDING.
const GURL url2("http://www.yahoo.com");

Powered by Google App Engine
This is Rietveld 408576698